Corrected bug in in revision 47973
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48850 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -961,7 +961,7 @@ bool wxToolBar::Realize()
|
||||
if ( tool->Toggle(false) )
|
||||
DoToggleTool(tool, false);
|
||||
|
||||
prevButton.fsState &= TBSTATE_CHECKED;
|
||||
prevButton.fsState &= ~TBSTATE_CHECKED;
|
||||
nodePrev = nodePrev->GetPrevious();
|
||||
prevIndex--;
|
||||
}
|
||||
|
Reference in New Issue
Block a user