From cc92fd8452dc59e8c8c24d4e76b9c9ccb9417773 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Mon, 22 May 2006 12:03:27 +0000 Subject: [PATCH] [ 1469227 ] wxUniv patch for toolbar button. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39266 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/univ/toolbar.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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 ); -- 2.50.0