]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix the size of the tree's text editing box on Cocoa
authorRobin Dunn <robin@alldunn.com>
Mon, 25 Apr 2011 23:18:19 +0000 (23:18 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 25 Apr 2011 23:18:19 +0000 (23:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67600 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/treectlg.cpp

index a857c843b9a5e106182eaa4667f137448bb68ee3..7415dafd5049f8025343c5d5c46001a42285c0b7 100644 (file)
@@ -441,7 +441,7 @@ wxTreeTextCtrl::wxTreeTextCtrl(wxGenericTreeCtrl *owner,
     rect.y -= 2;
     rect.width  += 8;
     rect.height += 4;
-#elif defined(__WXMAC__)
+#elif defined(wxOSX_USE_CARBON) && wxOSX_USE_CARBON
     int bestHeight = GetBestSize().y - 8;
     if ( rect.height > bestHeight )
     {