]> git.saurik.com Git - wxWidgets.git/commitdiff
reverting r43119, fixes #10752
authorStefan Csomor <csomor@advancedconcepts.ch>
Sat, 2 May 2009 13:44:48 +0000 (13:44 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sat, 2 May 2009 13:44:48 +0000 (13:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/choice_osx.cpp

index a2c780ec582d1715da16f43387af0bf0246196b2..d9b3932deefefcb224ff96470147391d2b48ca9e 100644 (file)
@@ -280,7 +280,6 @@ wxSize wxChoice::DoGetBestSize() const
         wxCoord width, height ;
         dc.GetTextExtent( wxT("X"), &width, &height);
         int cx = width ;
-        lbHeight += 4;
 
         lbWidth += cx ;
     }