mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 04:20:07 +01:00
Fix invisible text in lib.plot with dark theme
This fixes invisible white text on white background with dark themes.
This commit is contained in:
@@ -71,6 +71,7 @@ class PlotCanvas(wx.Panel):
|
||||
self.border = (1, 1)
|
||||
|
||||
self.SetBackgroundColour("white")
|
||||
self.SetForegroundColour("black")
|
||||
|
||||
# Create some mouse events for zooming
|
||||
self.canvas.Bind(wx.EVT_LEFT_DOWN, self.OnMouseLeftDown)
|
||||
|
||||
Reference in New Issue
Block a user