]> git.saurik.com Git - wxWidgets.git/commitdiff
fix a typo causing the wrong method to be called.
authorRobin Dunn <robin@alldunn.com>
Fri, 5 May 2006 19:09:04 +0000 (19:09 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 5 May 2006 19:09:04 +0000 (19:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/wx/lib/ogl/_basic.py

index 646a95af588c67fbbff6632f26ea87bb253e46e7..4ace078e4435960bed9b8ed49734a38ca6ed0ca8 100644 (file)
@@ -2178,7 +2178,7 @@ class Shape(ShapeEvtHandler):
         dc.SetLogicalFunction(OGLRBLF)
 
         bound_x, bound_y = self.GetBoundingBoxMin()
-        self.GetEventHandler().OnEndSize(bound_x, bound_y)
+        self.GetEventHandler().OnBeginSize(bound_x, bound_y)
 
         # Choose the 'opposite corner' of the object as the stationary
         # point in case this is non-centring resizing.