missing OnBeginSize call

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27489 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2004-05-28 19:21:49 +00:00
parent 629f3c1bea
commit fdde476d53

View 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.