controls/DebugVariablePanel/DebugVariableGraphicViewer.py
branchwxPython4
changeset 3659 278dc1144059
parent 3307 eeec6e0ea269
child 3660 0e41dbe6ddcd
--- a/controls/DebugVariablePanel/DebugVariableGraphicViewer.py	Fri Nov 04 22:09:42 2022 +0100
+++ b/controls/DebugVariablePanel/DebugVariableGraphicViewer.py	Fri Nov 04 22:11:55 2022 +0100
@@ -278,7 +278,6 @@
 
         FigureCanvas.__init__(self, parent, -1, self.Figure)
         self.SetWindowStyle(wx.WANTS_CHARS)
-        self.SetBackgroundColour(wx.WHITE)
 
         # Bind wx events
         self.Bind(wx.EVT_LEFT_DCLICK, self.OnLeftDClick)