diff -r 5ba5a0177fb3 -r 278dc1144059 controls/DebugVariablePanel/DebugVariableGraphicViewer.py --- 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)