Changeset 2244 for trunk/GSASII.py


Ignore:
Timestamp:
May 9, 2016 9:12:48 AM (9 years ago)
Author:
vondreele
Message:

two lines at end of OnSeqRefine? call things that don't exist (setReplotFlags & replotAll)
both commented out

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/GSASII.py

    r2238 r2244  
    37293729                if dlg.ShowModal() == wx.ID_OK:
    37303730                    Id = 0
    3731                     self.G2plotNB.setReplotFlags() # mark all plots as old
     3731#                    self.G2plotNB.setReplotFlags() # mark all plots as old - doesn't exist!
    37323732                    self.PickIdText = None  #force reload of PickId contents
    37333733                    self.PatternTree.DeleteChildren(self.root)
     
    37383738                    Id = G2gd.GetPatternTreeItemId(self,self.root,'Sequential results')
    37393739                    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!
    37413741            finally:
    37423742                dlg.Destroy()
Note: See TracChangeset for help on using the changeset viewer.