]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/choice.cpp
support raw access to DDBs as well as DIBs
[wxWidgets.git] / src / gtk1 / choice.cpp
index c9251f3982e87eb94bdf19b0da5848b71beaec8b..4edcdc8b942e7ef2e1f0499a1f784804685b21eb 100644 (file)
@@ -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;
 }