Commit de9a54aa8b6ddfae44e0901987e3be9622d3e2b0

Authored by tatiana
1 parent adf8dbae

FIX: Open project with 2 masks/surfaces under win32 (fix #57)

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
invesalius/gui/default_tasks.py
@@ -184,7 +184,6 @@ class UpperTaskPanel(wx.Panel): @@ -184,7 +184,6 @@ class UpperTaskPanel(wx.Panel):
184 fold_panel = fpb.FoldPanelBar(self, -1, wx.DefaultPosition, 184 fold_panel = fpb.FoldPanelBar(self, -1, wx.DefaultPosition,
185 self.GetSize(),fpb.FPB_DEFAULT_STYLE, 185 self.GetSize(),fpb.FPB_DEFAULT_STYLE,
186 fpb.FPB_SINGLE_FOLD) 186 fpb.FPB_SINGLE_FOLD)
187 -  
188 print self.GetBackgroundColour() 187 print self.GetBackgroundColour()
189 #self.SetBackgroundColour((0,255,0)) 188 #self.SetBackgroundColour((0,255,0))
190 189
@@ -199,6 +198,7 @@ class UpperTaskPanel(wx.Panel): @@ -199,6 +198,7 @@ class UpperTaskPanel(wx.Panel):
199 198
200 199
201 self.enable_items = [] 200 self.enable_items = []
  201 + self.overwrite = False
202 202
203 # Fold 1 - Import 203 # Fold 1 - Import
204 204