From 5879ee96338c1f40edfc35df8d71aaaadf42d9dd Mon Sep 17 00:00:00 2001 From: tfmoraes Date: Wed, 6 Jan 2010 17:48:34 +0000 Subject: [PATCH] STYLE: Not setting the panel background --- invesalius/gui/import_panel.py | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/invesalius/gui/import_panel.py b/invesalius/gui/import_panel.py index 92348a3..9fed249 100644 --- a/invesalius/gui/import_panel.py +++ b/invesalius/gui/import_panel.py @@ -87,7 +87,6 @@ class InnerPanel(wx.Panel): class TextPanel(wx.Panel): def __init__(self, parent): wx.Panel.__init__(self, parent, -1) - self.SetBackgroundColour((255,0,0)) self.Bind(wx.EVT_SIZE, self.OnSize) self.__init_gui() -- libgit2 0.21.2