Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e14561 + 8ac4b00 commit 4765726Copy full SHA for 4765726
1 file changed
examples/user_interfaces/wxcursor_demo.py
@@ -18,7 +18,7 @@ def __init__(self, ):
18
wx.Frame.__init__(self,None,-1,
19
'CanvasFrame',size=(550,350))
20
21
- self.SetBackgroundColour(wx.NamedColor("WHITE"))
+ self.SetBackgroundColour(wx.NamedColour("WHITE"))
22
23
self.figure = Figure()
24
self.axes = self.figure.add_subplot(111)
0 commit comments