Changeset 3438 for trunk/GSASIIconstrGUI.py
- Timestamp:
- Jun 18, 2018 11:35:30 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIconstrGUI.py
r3413 r3438 1106 1106 if 'DELETED' in str(PhaseConstr): #seems to be no other way to do this (wx bug) 1107 1107 if GSASIIpath.GetConfigValue('debug'): 1108 print (' wx error: PhaseConstr not cleanly deleted after Refine')1108 print ('DBG_wx error: PhaseConstr not cleanly deleted after Refine') 1109 1109 return 1110 1110 UpdateConstraintPanel(PhaseConstr,'Phase') … … 1644 1644 if 'DELETED' in str(G2frame.GetStatusBar()): #seems to be no other way to do this (wx bug) 1645 1645 if GSASIIpath.GetConfigValue('debug'): 1646 print (' wx error: Rigid Body/Status not cleanly deleted after Refine')1646 print ('DBG_wx error: Rigid Body/Status not cleanly deleted after Refine') 1647 1647 return 1648 1648 SetStatusLine(' You may use e.g. "c60" or "s60" for a vector entry')
Note: See TracChangeset
for help on using the changeset viewer.