Changeset 2244 for trunk/GSASII.py
- Timestamp:
- May 9, 2016 9:12:48 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/GSASII.py ¶
r2238 r2244 3729 3729 if dlg.ShowModal() == wx.ID_OK: 3730 3730 Id = 0 3731 self.G2plotNB.setReplotFlags() # mark all plots as old 3731 # self.G2plotNB.setReplotFlags() # mark all plots as old - doesn't exist! 3732 3732 self.PickIdText = None #force reload of PickId contents 3733 3733 self.PatternTree.DeleteChildren(self.root) … … 3738 3738 Id = G2gd.GetPatternTreeItemId(self,self.root,'Sequential results') 3739 3739 self.PatternTree.SelectItem(Id) 3740 self.G2plotNB.replotAll() # refresh any plots not yet updated 3740 # self.G2plotNB.replotAll() # refresh any plots not yet updated - doesn't exist! 3741 3741 finally: 3742 3742 dlg.Destroy()
Note: See TracChangeset
for help on using the changeset viewer.