mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 03:20:08 +01:00
Merge pull request #2066 from petrasovaa/patch-3
Fix invisible text in lib.plot with dark theme
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