X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b1d4dd7add411ebff1ce4a8d1d992e0e43ee26b1..fa275e864825d4fbd99d6a3ccb911998fce13a02:/src/gtk1/choice.cpp diff --git a/src/gtk1/choice.cpp b/src/gtk1/choice.cpp index c9251f3982..4edcdc8b94 100644 --- a/src/gtk1/choice.cpp +++ b/src/gtk1/choice.cpp @@ -474,7 +474,7 @@ wxSize wxChoice::DoGetBestSize() const if ( ret.x < 80 ) ret.x = 80; - ret.y = 16 + gdk_char_height(GET_STYLE_FONT( m_widget->style ), 'H' ); + ret.y = 16 + GetCharHeight(); return ret; }