From: Włodzimierz Skiba Date: Mon, 22 May 2006 12:03:27 +0000 (+0000) Subject: [ 1469227 ] wxUniv patch for toolbar button. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/cc92fd8452dc59e8c8c24d4e76b9c9ccb9417773 [ 1469227 ] wxUniv patch for toolbar button. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39266 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/univ/toolbar.cpp b/src/univ/toolbar.cpp index 59891ba4ae..644763e888 100644 --- a/src/univ/toolbar.cpp +++ b/src/univ/toolbar.cpp @@ -653,6 +653,11 @@ bool wxToolBar::PerformAction(const wxControlAction& action, // Write by Danny Raynor to change state again. // Check button still pressed or not + if ( tool->CanBeToggled() && tool->IsToggled() ) + { + tool->Toggle(false); + } + if( tool->IsInverted() ) { PerformAction( wxACTION_TOOLBAR_RELEASE, numArg );