]> git.saurik.com Git - wxWidgets.git/commitdiff
correcting condition: only interfere in the non-native case
authorStefan Csomor <csomor@advancedconcepts.ch>
Mon, 1 Aug 2005 06:06:13 +0000 (06:06 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Mon, 1 Aug 2005 06:06:13 +0000 (06:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35046 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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