]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/app.cpp
Reports suggest that _sometimes_ WS_VSCROLL/WS_HSCROLL
[wxWidgets.git] / src / mac / app.cpp
index f3ef2825300e818af12e51d4cc7a729c341fdcf6..ecf1ec44b2d1a52e09e406c9f64582f1fb2d18d8 100644 (file)
@@ -1399,7 +1399,11 @@ void wxApp::MacSuspend( bool convertClipboard )
     while (node)
     {
         wxTopLevelWindow* win = (wxTopLevelWindow*) node->Data();
+#if TARGET_CARBON
+#if 0 //  having problems right now with that
         if (!win->HasFlag(wxSTAY_ON_TOP))
+#endif  
+#endif
             win->MacActivate( ((EventRecord*) MacGetCurrentEvent())->when , false ) ;
 
         node = node->GetNext();