From 447e7f8ae1899aee920a02932778b58626a84ffd Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sat, 2 May 2009 13:42:25 +0000 Subject: [PATCH] reverting r43119, fixes #10752 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@60473 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/choice.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mac/carbon/choice.cpp b/src/mac/carbon/choice.cpp index 588bfae616..d3e0c009e8 100644 --- a/src/mac/carbon/choice.cpp +++ b/src/mac/carbon/choice.cpp @@ -359,7 +359,6 @@ wxSize wxChoice::DoGetBestSize() const wxCoord width, height ; dc.GetTextExtent( wxT("X"), &width, &height); int cx = width ; - lbHeight += 4; #else // And just a bit more int cx = ::TextWidth( "X" , 0 , 1 ) ;