[ 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:
Włodzimierz Skiba
2006-05-22 12:03:27 +00:00
parent f0fa4312b1
commit cc92fd8452

View File

@@ -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 );