Skip to content

Commit c572637

Browse files
committed
Merge pull request #1050 from vbr/patch-2
Update examples/user_interfaces/embedding_in_wx4.py
2 parents 772d2c9 + a599ce7 commit c572637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/user_interfaces/embedding_in_wx4.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def __init__(self):
6161
wx.Frame.__init__(self,None,-1,
6262
'CanvasFrame',size=(550,350))
6363

64-
self.SetBackgroundColour(wx.NamedColor("WHITE"))
64+
self.SetBackgroundColour(wx.NamedColour("WHITE"))
6565

6666
self.figure = Figure(figsize=(5,4), dpi=100)
6767
self.axes = self.figure.add_subplot(111)

0 commit comments

Comments
 (0)