diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2009-10-05 14:49:20 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2009-10-05 14:49:20 (GMT) |
commit | abba76b707739e5a8614f12f8d35ffda60329b1e (patch) | |
tree | bcd8d3dded70a02fcadde5e9bdd7364c57316641 /ChangeLog | |
parent | 22d313609c13a93c26cb1347aa931d255b07d868 (diff) | |
download | tk-abba76b707739e5a8614f12f8d35ffda60329b1e.zip tk-abba76b707739e5a8614f12f8d35ffda60329b1e.tar.gz tk-abba76b707739e5a8614f12f8d35ffda60329b1e.tar.bz2 |
[Bug #2860827] avoid 3D effects with user-specified backgrounds
The default disabled text is embossed on Windows. But this looks poor
when a non-default background color is in use. This patch disables
the embossed effect for buttons and labels when the background is non-
standard.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2009-10-05 Pat Thoyts <patthoyts@users.sourceforge.net> + + * win/tkWinButton.c: [Bug 2860827] avoid 3D effects with + user-specified backgrounds. The default disabled text is embossed + on Windows. But this looks poor when a non-default background + color is in use. This patch disables the embossed effect for + buttons and labels when the background is non- standard. + 2009-09-30 Pat Thoyts <patthoyts@users.sourceforge.net> * tests/winWm.test: [Bug 2799589] grab on deleted window. |