Changeset 4290 for trunk/GSASIIplot.py
- Timestamp:
- Feb 6, 2020 4:55:50 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r4287 r4290 2864 2864 2865 2865 for KeyItem in extraKeys: 2866 Page.Choice = Page.Choice + (KeyItem[0] + ': '+KeyItem[2],)2866 Page.Choice = Page.Choice + [KeyItem[0] + ': '+KeyItem[2],] 2867 2867 magLineList = [] # null value indicates no magnification 2868 2868 Page.toolbar.updateActions = None # no update actions
Note: See TracChangeset
for help on using the changeset viewer.