]> git.saurik.com Git - wxWidgets.git/commitdiff
Use on-idle updating of menus in wxUniversal
authorJulian Smart <julian@anthemion.co.uk>
Wed, 31 Dec 2003 15:13:11 +0000 (15:13 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 31 Dec 2003 15:13:11 +0000 (15:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25050 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/platform.h

index 2c4e3db37b224805092d7fe908d1b4c8b798e0df..63472e8655c729488e098efdcbef85ccb16529fc 100644 (file)
  * Presently, only Windows and GTK+ support wxEVT_MENU_OPEN.
  */
 #ifndef wxUSE_IDLEMENUUPDATES
-#    if defined(__WXMSW__) || defined(__WXGTK__)
+#    if (defined(__WXMSW__) || defined(__WXGTK__)) && !defined(__WXUNIVERSAL__)
 #        define wxUSE_IDLEMENUUPDATES 0
 #    else
 #        define wxUSE_IDLEMENUUPDATES 1