projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1ea6af
)
reverting r43119, fixes #10752
author
Stefan Csomor
<csomor@advancedconcepts.ch>
Sat, 2 May 2009 13:44:48 +0000
(13:44 +0000)
committer
Stefan 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
patch
|
blob
|
blame
|
history
diff --git
a/src/osx/choice_osx.cpp
b/src/osx/choice_osx.cpp
index a2c780ec582d1715da16f43387af0bf0246196b2..d9b3932deefefcb224ff96470147391d2b48ca9e 100644
(file)
--- 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 ;
}