Use on-idle updating of menus in wxUniversal

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25050 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-12-31 15:13:11 +00:00
parent 122c9be085
commit 12c1948830

View File

@@ -374,7 +374,7 @@
* Presently, only Windows and GTK+ support wxEVT_MENU_OPEN. * Presently, only Windows and GTK+ support wxEVT_MENU_OPEN.
*/ */
#ifndef wxUSE_IDLEMENUUPDATES #ifndef wxUSE_IDLEMENUUPDATES
# if defined(__WXMSW__) || defined(__WXGTK__) # if (defined(__WXMSW__) || defined(__WXGTK__)) && !defined(__WXUNIVERSAL__)
# define wxUSE_IDLEMENUUPDATES 0 # define wxUSE_IDLEMENUUPDATES 0
# else # else
# define wxUSE_IDLEMENUUPDATES 1 # define wxUSE_IDLEMENUUPDATES 1