Patch #514838 - FL wxFrameLayout::SetBarState() patch - Tested by Hans

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14080 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
George Tasker
2002-02-09 15:06:23 +00:00
parent db693128dd
commit aef5844075

View File

@@ -749,6 +749,11 @@ void wxFrameLayout::SetBarState( cbBarInfo* pBar, int newState, bool updateNow )
}
}
if ( pBar->mDimInfo.GetDimHandler() )
{
pBar->mDimInfo.GetDimHandler()->OnChangeBarState( pBar, newState );
}
pBar->mState = newState;
DoSetBarState( pBar );