From 12c194883023e9369b9a507fb22fa23c89288b11 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 31 Dec 2003 15:13:11 +0000 Subject: [PATCH] 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 --- include/wx/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/platform.h b/include/wx/platform.h index 2c4e3db37b..63472e8655 100644 --- a/include/wx/platform.h +++ b/include/wx/platform.h @@ -374,7 +374,7 @@ * 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 -- 2.50.0