]> git.saurik.com Git - wxWidgets.git/commit - src/univ/themes/mono.cpp
Override DrawLabel() to avoid crossing out disabled labels in mono theme.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Sep 2009 00:23:09 +0000 (00:23 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Sep 2009 00:23:09 +0000 (00:23 +0000)
commit8e9d1258555c0e162db38ba27fbf4132939280ce
tree90f7d819db7a93f4ea9bd84a3b99344133e1b6cd
parentfdc468a0a6476eff5996c80580e27b506340c305
Override DrawLabel() to avoid crossing out disabled labels in mono theme.

DrawButtonLabel() crosses out the buttons to indicate that they are disabled
(for lack of any other options in mono renderer) but this looks really bad for
the labels, so don't do it.

Closes #11220.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62005 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/univ/themes/mono.cpp