Changeset 3425 for trunk/GSASIIplot.py
- Timestamp:
- Jun 8, 2018 8:53:57 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r3403 r3425 3096 3096 '''Respond to a change in color 3097 3097 ''' 3098 lbl = plotOpt['colorButtons'].get( event.GetEventObject())3098 lbl = plotOpt['colorButtons'].get(list(event.GetEventObject())[:3]) 3099 3099 if lbl is None: 3100 3100 print('Unexpected button',lbl)
Note: See TracChangeset
for help on using the changeset viewer.