]> git.saurik.com Git - wxWidgets.git/commitdiff
missing OnBeginSize call
authorRobin Dunn <robin@alldunn.com>
Fri, 28 May 2004 19:21:49 +0000 (19:21 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 28 May 2004 19:21:49 +0000 (19:21 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27489 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/src/ogl/basic2.cpp

index 35c591720c79c9fa697945462ad1560d999fbc8b..7df35226c4e1a892055f3b6f576638e201d57ed9 100644 (file)
@@ -1410,6 +1410,7 @@ void wxShape::OnSizingBeginDragLeft(wxControlPoint* pt, double x, double y, int
   double bound_x;
   double bound_y;
   this->GetBoundingBoxMin(&bound_x, &bound_y);
+  this->GetEventHandler()->OnBeginSize(bound_x, bound_y);
 
   // Choose the 'opposite corner' of the object as the stationary
   // point in case this is non-centring resizing.