diff --git a/config.py b/config.py index e3bfad025..2c50fd001 100644 --- a/config.py +++ b/config.py @@ -19,10 +19,10 @@ debug = False saveInRoot = False # Version data -version = "1.27.3" +version = "1.28.1" tag = "git" -expansionName = "YC119.2" -expansionVersion = "1.4" +expansionName = "YC119.3" +expansionVersion = "1.0" evemonMinVersion = "4081" pyfaPath = None diff --git a/gui/builtinViews/fittingView.py b/gui/builtinViews/fittingView.py index 7f5c6cb14..0b64d9d53 100644 --- a/gui/builtinViews/fittingView.py +++ b/gui/builtinViews/fittingView.py @@ -150,7 +150,6 @@ class FittingView(d.Display): self.activeFitID = None self.FVsnapshot = None self.itemCount = 0 - self.itemRect = 0 self.hoveredRow = None self.hoveredColumn = None @@ -634,7 +633,6 @@ class FittingView(d.Display): self.Thaw() self.itemCount = self.GetItemCount() - self.itemRect = self.GetItemRect(0) if 'wxMac' in wx.PlatformInfo: try: