# HG changeset patch # User Edouard Tisserant # Date 1667596315 -3600 # Node ID 278dc1144059d2a03096d94a56c5694c416e98ad # Parent 5ba5a0177fb3ca3020f1005ff94ebfae2f0670ad IDE: Fix visibility of text in Debug panel when using dark theme. 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) diff -r 5ba5a0177fb3 -r 278dc1144059 controls/DebugVariablePanel/DebugVariablePanel.py --- 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 @@ # data is available self.Force = False - self.SetBackgroundColour(wx.WHITE) main_sizer = wx.BoxSizer(wx.VERTICAL)