]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/frame.cpp
RTTI and exceptions settings for WinCE are restored.
[wxWidgets.git] / src / mac / carbon / frame.cpp
index bb2cea1d90bf1a0cef999dae0343d94a837c58e3..8bc1e3bdc9db4c6280d31649107a4b50341cd135 100644 (file)
@@ -270,10 +270,9 @@ void wxFrame::DoGetClientSize(int *x, int *y) const
         }
         else
         {
-//#if wxMAC_USE_NATIVE_TOOLBAR
-            // todo verify whether HIToolBox is giving correct sizes here for the tlw
+#if !wxMAC_USE_NATIVE_TOOLBAR
             if ( y )  *y -= h;
-//#endif
+#endif
         }
     }
 #endif // wxUSE_TOOLBAR