Changeset 3049 for trunk/GSASIIctrlGUI.py
- Timestamp:
- Sep 5, 2017 4:20:31 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIctrlGUI.py
r3024 r3049 4130 4130 GSASIIpath.SetConfigValue(self.vars) 4131 4131 self.EndModal(wx.ID_OK) 4132 import GSASIImpsubs as G2mp 4133 G2mp.ResetMP() 4132 4134 4133 4135 def OnSave(self,event): … … 4137 4139 if not SaveConfigVars(self.vars,parent=self): 4138 4140 self.OnApplyChanges() # force a reload of the config settings 4141 else: 4139 4142 self.EndModal(wx.ID_OK) 4140 4143
Note: See TracChangeset
for help on using the changeset viewer.