]> git.saurik.com Git - wxWidgets.git/commit
Create a small helper class for Unity global menu bug workaround.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 21 Mar 2013 22:36:42 +0000 (22:36 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 21 Mar 2013 22:36:42 +0000 (22:36 +0000)
commitd3bd8b1a48d542ae8737a985052febe9ae0a5d63
treedf85572e786407dc4809dd8cd6472d2f33ac00df
parent49b18c6cd9dbb87fa53f4000d63e0667bce50227
Create a small helper class for Unity global menu bug workaround.

Encapsulate the code temporarily incrementing wxOpenModalDialogsCount in a
small helper class to make it easier to reuse it elsewhere.

See #14823.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73689 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gtk/private/dialogcount.h [new file with mode: 0644]
src/gtk/dialog.cpp