Changeset 2057
- Timestamp:
- Nov 17, 2015 1:41:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r2056 r2057 1374 1374 Page.canvas.mpl_disconnect(G2frame.cid) 1375 1375 G2frame.cid = None 1376 if not G2frame.PickId: 1377 return 1376 1378 PickId = G2frame.PickId # points to item in tree 1379 # GSASIIpath.IPyBreak() 1377 1380 if G2frame.PatternTree.GetItemText(PickId) == 'Background' and event.xdata: 1378 1381 if Page.toolbar._active: # prevent ops. if a toolbar zoom button pressed
Note: See TracChangeset
for help on using the changeset viewer.