summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-04-25 20:03:37 (GMT)
committerhobbs <hobbs>2003-04-25 20:03:37 (GMT)
commit056ce9c5bfeb97685012ee0992ac0b5e3f0c59f2 (patch)
tree63c8cdd8510995594abd104d618792fb2b428a6d /ChangeLog
parent986591ee07c1fe94eb147e55a1d234cfdae0232e (diff)
downloadtk-056ce9c5bfeb97685012ee0992ac0b5e3f0c59f2.zip
tk-056ce9c5bfeb97685012ee0992ac0b5e3f0c59f2.tar.gz
tk-056ce9c5bfeb97685012ee0992ac0b5e3f0c59f2.tar.bz2
* unix/tkUnixButton.c (TkpDisplayButton): Use the normalTextGc when
* win/tkWinButton.c (TkpDisplayButton): displaying disabled text that have images, as they get a gray50 stipple as well and the disabledGc is not set up correctly for font drawing. [Bug #477740]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cdf3ab1..deb1116 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2003-04-25 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * library/bgerror.tcl: make bgerror dialog topmost on Windows to
+ prevent it being covered by other windows.
+
+ * unix/tkUnixButton.c (TkpDisplayButton): Use the normalTextGc when
+ * win/tkWinButton.c (TkpDisplayButton): displaying disabled text
+ that have images, as they get a gray50 stipple as well and the
+ disabledGc is not set up correctly for font drawing. [Bug #477740]
+
2003-04-18 Jeff Hobbs <jeffh@ActiveState.com>
* win/configure: regen