X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d88de032d3009be88d0f0ba4a882784aa9493331..2bd5bbc948bd22c5a0edde9e35e4995c919f593b:/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); }