reverting r43119, fixes #10752
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -280,7 +280,6 @@ wxSize wxChoice::DoGetBestSize() const
|
|||||||
wxCoord width, height ;
|
wxCoord width, height ;
|
||||||
dc.GetTextExtent( wxT("X"), &width, &height);
|
dc.GetTextExtent( wxT("X"), &width, &height);
|
||||||
int cx = width ;
|
int cx = width ;
|
||||||
lbHeight += 4;
|
|
||||||
|
|
||||||
lbWidth += cx ;
|
lbWidth += cx ;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user