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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user