]> git.saurik.com Git - wxWidgets.git/blobdiff - src/aui/auibar.cpp
move virtual GetPath() implementation out of line to work around an apparent Fedora...
[wxWidgets.git] / src / aui / auibar.cpp
index e59d0e97c79d1a8313cc9d5058a4aa29034872ef..c5c6d64d826ae3b952da9595693429503cd84830 100644 (file)
@@ -2453,6 +2453,7 @@ void wxAuiToolBar::OnLeftUp(wxMouseEvent& evt)
 
                 wxCommandEvent e(wxEVT_COMMAND_MENU_SELECTED, m_action_item->id);
                 e.SetEventObject(this);
+                e.SetInt (toggle);
                 GetEventHandler()->ProcessEvent(e);
                 DoIdleUpdate();
             }