From 4931d5d6a032076de63b97f3872d40826d1a37d1 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sat, 2 May 2009 13:44:48 +0000 Subject: [PATCH] reverting r43119, fixes #10752 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/osx/choice_osx.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/osx/choice_osx.cpp b/src/osx/choice_osx.cpp index a2c780ec58..d9b3932dee 100644 --- a/src/osx/choice_osx.cpp +++ b/src/osx/choice_osx.cpp @@ -280,7 +280,6 @@ wxSize wxChoice::DoGetBestSize() const wxCoord width, height ; dc.GetTextExtent( wxT("X"), &width, &height); int cx = width ; - lbHeight += 4; lbWidth += cx ; } -- 2.45.2