]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/popupcmn.cpp
simpler define handling
[wxWidgets.git] / src / common / popupcmn.cpp
index 4f04391aa058f4d0664af818896168dbdb16987e..5b1a49504b47d644b9d8ed89d23e64213dc4991b 100644 (file)
@@ -291,7 +291,7 @@ void wxPopupTransientWindow::Popup(wxWindow *winFocus)
         m_focus->SetFocus();
     }
 
-#if defined( __WXMSW__ ) || defined( __WXMAC__)
+#if defined( __WXMSW__ ) || (defined( __WXMAC__) && wxOSX_USE_CARBON)
     // MSW doesn't allow to set focus to the popup window, but we need to
     // subclass the window which has the focus, and not winFocus passed in or
     // otherwise everything else breaks down