Fix lots of misspelled words

This commit is contained in:
Robin Dunn
2020-07-14 11:38:32 -07:00
parent bd6733afa2
commit 92f8cd2d55
46 changed files with 118 additions and 118 deletions

View File

@@ -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()