Corrected bug in in revision 47973

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48849 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2007-09-21 10:33:26 +00:00
parent 6e4e10716d
commit 60e53ef92a

View File

@@ -915,7 +915,7 @@ bool wxToolBar::Realize()
if ( tool->Toggle(false) )
DoToggleTool(tool, false);
prevButton.fsState &= TBSTATE_CHECKED;
prevButton.fsState &= ~TBSTATE_CHECKED;
nodePrev = nodePrev->GetPrevious();
prevIndex--;
}