Changeset 3537
- Timestamp:
- Aug 1, 2018 10:44:08 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIdataGUI.py
r3521 r3537 3606 3606 result = dlg.ShowModal() 3607 3607 if result == wx.ID_OK: 3608 dlg.Destroy()3608 if GSASIIpath.GetConfigValue('debug'): print('DBG: Starting cleanup') 3609 3609 self.GPXtree.DeleteChildren(self.root) 3610 3610 self.GSASprojectfile = '' … … 3612 3612 if self.G2plotNB.plotList: 3613 3613 self.G2plotNB.clear() 3614 if GSASIIpath.GetConfigValue('debug'): print('DBG: cleanup done') 3614 3615 finally: 3615 pass3616 dlg.Destroy() 3616 3617 return result 3617 3618
Note: See TracChangeset
for help on using the changeset viewer.