Skip to content

Commit 772d2c9

Browse files
committed
Merge pull request #1051 from vbr/patch-3
Update examples/user_interfaces/mathtext_wx.py
2 parents 4765726 + 5d486dc commit 772d2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/user_interfaces/mathtext_wx.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def mathtext_to_wxbitmap(s):
3737
class CanvasFrame(wx.Frame):
3838
def __init__(self, parent, title):
3939
wx.Frame.__init__(self, parent, -1, title, size=(550, 350))
40-
self.SetBackgroundColour(wx.NamedColor("WHITE"))
40+
self.SetBackgroundColour(wx.NamedColour("WHITE"))
4141

4242
self.figure = Figure()
4343
self.axes = self.figure.add_subplot(111)

0 commit comments

Comments
 (0)