Changeset 1473
- Timestamp:
- Aug 20, 2014 2:04:07 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r1471 r1473 3644 3644 Page.toolbar.push_current() 3645 3645 Page.toolbar.draw() 3646 # patch for wx 2.9 on Mac, to force a redraw 3647 i,j= wx.__version__.split('.')[0:2] 3648 if int(i)+int(j)/10. > 2.8 and 'wxOSX' in wx.PlatformInfo: 3649 Page.canvas.draw() 3646 3650 else: 3647 3651 Page.canvas.draw()
Note: See TracChangeset
for help on using the changeset viewer.