]> git.saurik.com Git - wxWidgets.git/commit
Only impose minimal height for buttons with non-empty label in wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 5 Feb 2013 20:46:10 +0000 (20:46 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 5 Feb 2013 20:46:10 +0000 (20:46 +0000)
commitf2f18548a7e303fb5edd497884e689b39009985a
treef7f089690fedcf98a34fbe4d4da248630675c683
parent6df84c5ca3115b71808f7adfd98aecda7d09b316
Only impose minimal height for buttons with non-empty label in wxMSW.

wxBU_EXACTFIT in wxMSW only affected the width of the button but not its
height, which was still made as big as the standard button size as otherwise
the button text was rendered badly. However there is no reason to do this for
the buttons without any text, so let wxBU_EXACTFIT be really exact, in both
directions, in this case.

Also document this rather non obvious wxBU_EXACTFIT behaviour.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
interface/wx/button.h
src/msw/anybutton.cpp