]> git.saurik.com Git - wxWidgets.git/commit
Disable Unity global menu while native modal dialogs are shown in wxGTK.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 21 Mar 2013 22:36:46 +0000 (22:36 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 21 Mar 2013 22:36:46 +0000 (22:36 +0000)
commit3c2f3a60d1e8e825075f40b65f612ff1853a6773
tree7ffc6b40f3304004e7ded11be19e32ca7f406ac8
parentd3bd8b1a48d542ae8737a985052febe9ae0a5d63
Disable Unity global menu while native modal dialogs are shown in wxGTK.

We need to use wxOpenModalDialogLocker even with native GTK+ dialogs to
prevent the menu commands from being available while they're shown, so do it
in wxMessageDialog and wxColourDialog which call gtk_dialog_run().

Closes #14823.

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