Changeset 3543 for trunk/GSASIIdataGUI.py
- Timestamp:
- Aug 2, 2018 10:42:33 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIdataGUI.py
r3541 r3543 3606 3606 result = dlg.ShowModal() 3607 3607 if result == wx.ID_OK: 3608 if GSASIIpath.GetConfigValue('debug'): print('DBG: Starting cleanup')3608 #if GSASIIpath.GetConfigValue('debug'): print('DBG: Starting cleanup') 3609 3609 self.GPXtree.DeleteChildren(self.root) 3610 if GSASIIpath.GetConfigValue('debug'): print('DBG: DeleteChildren done')3610 #if GSASIIpath.GetConfigValue('debug'): print('DBG: DeleteChildren done') 3611 3611 self.GSASprojectfile = '' 3612 3612 self.HKL = [] 3613 3613 if self.G2plotNB.plotList: 3614 3614 self.G2plotNB.clear() 3615 if GSASIIpath.GetConfigValue('debug'): print('DBG: cleanup done')3615 #if GSASIIpath.GetConfigValue('debug'): print('DBG: cleanup done') 3616 3616 finally: 3617 3617 dlg.Destroy()
Note: See TracChangeset
for help on using the changeset viewer.