FL event patch from Hans
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18394 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1155,6 +1155,9 @@ void wxFrameLayout::PositionPanes()
|
|||||||
|
|
||||||
void wxFrameLayout::OnSize( wxSizeEvent& event )
|
void wxFrameLayout::OnSize( wxSizeEvent& event )
|
||||||
{
|
{
|
||||||
|
mpFrame->ProcessEvent( event );
|
||||||
|
event.Skip( FALSE ); // stop its progpagation
|
||||||
|
|
||||||
if ( event.GetEventObject() == (wxObject*) mpFrame )
|
if ( event.GetEventObject() == (wxObject*) mpFrame )
|
||||||
{
|
{
|
||||||
GetUpdatesManager().OnStartChanges();
|
GetUpdatesManager().OnStartChanges();
|
||||||
|
Reference in New Issue
Block a user