Commit de9a54aa8b6ddfae44e0901987e3be9622d3e2b0
1 parent
adf8dbae
Exists in
master
and in
6 other branches
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 | 184 | fold_panel = fpb.FoldPanelBar(self, -1, wx.DefaultPosition, |
185 | 185 | self.GetSize(),fpb.FPB_DEFAULT_STYLE, |
186 | 186 | fpb.FPB_SINGLE_FOLD) |
187 | - | |
188 | 187 | print self.GetBackgroundColour() |
189 | 188 | #self.SetBackgroundColour((0,255,0)) |
190 | 189 | |
... | ... | @@ -199,6 +198,7 @@ class UpperTaskPanel(wx.Panel): |
199 | 198 | |
200 | 199 | |
201 | 200 | self.enable_items = [] |
201 | + self.overwrite = False | |
202 | 202 | |
203 | 203 | # Fold 1 - Import |
204 | 204 | ... | ... |