]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/button.cpp
*** empty log message ***
[wxWidgets.git] / src / os2 / button.cpp
index 7f1caf34d4721b235fa7e0f9e55114f176ebe306..8650e1002699470374e1a205830c822705038ce5 100644 (file)
@@ -81,7 +81,7 @@ wxSize wxButton::DoGetBestSize()
     wBtn += 3*wChar;
 
     // the button height is proportional to the height of the font used
-    int hBtn = BUTTON_HEIGHT_FROM_CHAR_HEIGHT(hChar);
+    int hBtn = 0;// TODO: BUTTON_HEIGHT_FROM_CHAR_HEIGHT(hChar);
 
     return wxSize(wBtn, hBtn);
 }