X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e4a197e4c60e461b8068b0619692ea083e30b8b..01b18927f5d2ebde31f0e096283cb993a3cbdfcd:/wxPython/demo/wxDragImage.py?ds=sidebyside diff --git a/wxPython/demo/wxDragImage.py b/wxPython/demo/wxDragImage.py index 5fcecb0d53..74ade7e0ea 100644 --- a/wxPython/demo/wxDragImage.py +++ b/wxPython/demo/wxDragImage.py @@ -194,7 +194,7 @@ class DragCanvas(wxScrolledWindow): if not self.dragShape or not evt.Dragging() or not evt.LeftIsDown(): return - # if we have a shape, but havn't started dragging yet + # if we have a shape, but haven't started dragging yet if self.dragShape and not self.dragImage: # only start the drag after having moved a couple pixels