Commit 5879ee96338c1f40edfc35df8d71aaaadf42d9dd
1 parent
d9462a68
Exists in
master
and in
68 other branches
STYLE: Not setting the panel background
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
invesalius/gui/import_panel.py
@@ -87,7 +87,6 @@ class InnerPanel(wx.Panel): | @@ -87,7 +87,6 @@ class InnerPanel(wx.Panel): | ||
87 | class TextPanel(wx.Panel): | 87 | class TextPanel(wx.Panel): |
88 | def __init__(self, parent): | 88 | def __init__(self, parent): |
89 | wx.Panel.__init__(self, parent, -1) | 89 | wx.Panel.__init__(self, parent, -1) |
90 | - self.SetBackgroundColour((255,0,0)) | ||
91 | self.Bind(wx.EVT_SIZE, self.OnSize) | 90 | self.Bind(wx.EVT_SIZE, self.OnSize) |
92 | 91 | ||
93 | self.__init_gui() | 92 | self.__init_gui() |