From 804a5713e919911831e57163c1958902c1727109 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Mon, 5 Nov 2007 16:54:48 +0000 Subject: [PATCH] popupwin on mac behaves as the implementation for msw git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@49642 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/popupwin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/popupwin.h b/include/wx/popupwin.h index e33370b924..f2ca8c251c 100644 --- a/include/wx/popupwin.h +++ b/include/wx/popupwin.h @@ -127,7 +127,7 @@ protected: // get alerted when child gets deleted from under us void OnDestroy(wxWindowDestroyEvent& event); -#ifdef __WXMSW__ +#if defined( __WXMSW__ ) || defined( __WXMAC__ ) // check if the mouse needs captured or released void OnIdle(wxIdleEvent& event); #endif