summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@noemail.net>2009-10-05 14:49:20 (GMT)
committerpatthoyts <patthoyts@noemail.net>2009-10-05 14:49:20 (GMT)
commitc4177af070036338800cb9c5f9a7fbceea75f6a5 (patch)
treebcd8d3dded70a02fcadde5e9bdd7364c57316641 /ChangeLog
parentcbb941d3611d1c816ee80d00728827395c07b826 (diff)
downloadtk-c4177af070036338800cb9c5f9a7fbceea75f6a5.zip
tk-c4177af070036338800cb9c5f9a7fbceea75f6a5.tar.gz
tk-c4177af070036338800cb9c5f9a7fbceea75f6a5.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. FossilOrigin-Name: 650f78efbff35b04931250b40b818ea9dc9f7f4e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fbf8872..fd10b03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.