Changeset 4973 for trunk/GSASIIctrlGUI.py
- Timestamp:
- Jun 23, 2021 12:17:16 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIctrlGUI.py
r4969 r4973 183 183 pass 184 184 185 if 'phoenix' in wx.version(): 185 try: #phoenix 186 186 wxValidator = wx.Validator 187 e lse:187 except AttributeError: #classic - i.e. old 188 188 wxValidator = wx.pyValidator 189 189
Note: See TracChangeset
for help on using the changeset viewer.