[ 1469227 ] wxUniv patch for toolbar button.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39266 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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 );
|
||||
|
Reference in New Issue
Block a user