]> git.saurik.com Git - wxWidgets.git/commit
Fix appearance of multiline wxCheckBox with non-standard colours in wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Jan 2013 02:09:56 +0000 (02:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Jan 2013 02:09:56 +0000 (02:09 +0000)
commitf2e763d7f1907f7e239afc0f7a8c3e8db3a520cc
tree212c32d2627338e539f5d11ae5ea7000e9bd5f29
parent46286d9a614979014bc590bf9fec8f2883de7ee7
Fix appearance of multiline wxCheckBox with non-standard colours in wxMSW.

Owner-drawn checkbox (which is used when wxCheckBox colour is changed) didn't
center its label correctly and didn't right align it when using wxALIGN_RIGHT
style in focused state.

Closes #9628.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
src/msw/checkbox.cpp