X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d88de032d3009be88d0f0ba4a882784aa9493331..cb34a6eeacff2ff63ebca22c27f54a421f726737:/src/os2/button.cpp diff --git a/src/os2/button.cpp b/src/os2/button.cpp index 7f1caf34d4..8650e10026 100644 --- a/src/os2/button.cpp +++ b/src/os2/button.cpp @@ -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); }