]> git.saurik.com Git - wxWidgets.git/commit
Fix program not shutting down when using Ubuntu app menu.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 29 Mar 2013 19:53:26 +0000 (19:53 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 29 Mar 2013 19:53:26 +0000 (19:53 +0000)
commit6150a29606ca14c90f29f0449983c106bc72ca84
tree14c0ca1d0efec297171b87d98847654987b0adf2
parent45416752623a6ac0df3a8f5f55c1933ff52e1dbb
Fix program not shutting down when using Ubuntu app menu.

Ensure that an idle event is generated after a menu event even when the latter
comes, via DBUS, from the out of process app menu and not from a real GTK menu.

Closes #15122.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/menu.cpp