--- 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)
self.Bind(wx.EVT_LEFT_DCLICK, self.OnLeftDClick)
--- a/controls/DebugVariablePanel/DebugVariablePanel.py Fri Nov 04 22:09:42 2022 +0100
+++ b/controls/DebugVariablePanel/DebugVariablePanel.py Fri Nov 04 22:11:55 2022 +0100
@@ -202,7 +202,6 @@
- self.SetBackgroundColour(wx.WHITE)
main_sizer = wx.BoxSizer(wx.VERTICAL)