mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 12:00:13 +01:00
Fix lots of misspelled words
This commit is contained in:
@@ -52,7 +52,7 @@ class DrawFrame(wx.Frame):
|
||||
|
||||
Rect = Canvas.AddRectangle((50, 20), (40,10), FillColor="Red", LineStyle = None)
|
||||
Rect.MinSize = 4 # default is 1
|
||||
Rect.DisappearWhenSmall = False # defualt is True
|
||||
Rect.DisappearWhenSmall = False # default is True
|
||||
|
||||
self.Show()
|
||||
Canvas.ZoomToBB()
|
||||
|
||||
Reference in New Issue
Block a user