Skip to content

Commit

Permalink
Merge pull request #1052 from vbr/patch-4
Browse files Browse the repository at this point in the history
Update examples/user_interfaces/wxcursor_demo.py
  • Loading branch information
mdboom committed Jul 31, 2012
2 parents 7e14561 + 8ac4b00 commit 4765726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/user_interfaces/wxcursor_demo.py
Expand Up @@ -18,7 +18,7 @@ def __init__(self, ):
wx.Frame.__init__(self,None,-1,
'CanvasFrame',size=(550,350))

self.SetBackgroundColour(wx.NamedColor("WHITE"))
self.SetBackgroundColour(wx.NamedColour("WHITE"))

self.figure = Figure()
self.axes = self.figure.add_subplot(111)
Expand Down

0 comments on commit 4765726

Please sign in to comment.