From fdde476d53dcdb03bebd8ead8cea2c377fc3567d Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 28 May 2004 19:21:49 +0000 Subject: [PATCH] missing OnBeginSize call git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27489 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/src/ogl/basic2.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/src/ogl/basic2.cpp b/contrib/src/ogl/basic2.cpp index 35c591720c..7df35226c4 100644 --- a/contrib/src/ogl/basic2.cpp +++ b/contrib/src/ogl/basic2.cpp @@ -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.