From 73a12aedeb09878e3ca387a72901d2132bb89491 Mon Sep 17 00:00:00 2001 From: blitzman Date: Wed, 15 Mar 2017 20:05:07 -0400 Subject: [PATCH 1/3] Fix for #1041 --- gui/builtinViews/fittingView.py | 2 -- 1 file changed, 2 deletions(-) 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: From 3b5fc7e13c6e7a43931af8c4f89fb8128856b696 Mon Sep 17 00:00:00 2001 From: blitzman Date: Wed, 15 Mar 2017 20:10:08 -0400 Subject: [PATCH 2/3] Bump stable --- config.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.py b/config.py index e3bfad025..258ca2ff6 100644 --- a/config.py +++ b/config.py @@ -19,10 +19,10 @@ debug = False saveInRoot = False # Version data -version = "1.27.3" -tag = "git" -expansionName = "YC119.2" -expansionVersion = "1.4" +version = "1.28.0" +tag = "Stable" +expansionName = "YC119.3" +expansionVersion = "1.0" evemonMinVersion = "4081" pyfaPath = None From 20ac2ad847d371af74b32489c5975a55c9f60682 Mon Sep 17 00:00:00 2001 From: blitzman Date: Wed, 15 Mar 2017 20:19:05 -0400 Subject: [PATCH 3/3] bump dev --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 258ca2ff6..2c50fd001 100644 --- a/config.py +++ b/config.py @@ -19,8 +19,8 @@ debug = False saveInRoot = False # Version data -version = "1.28.0" -tag = "Stable" +version = "1.28.1" +tag = "git" expansionName = "YC119.3" expansionVersion = "1.0" evemonMinVersion = "4081"