summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-12-29 00:30:30 (GMT)
committerhobbs <hobbs>2001-12-29 00:30:30 (GMT)
commit50551bffcd2004039536f99a2e64481df319a278 (patch)
tree4c0f980029c317606c6ada5a424044122d1a6dc0 /ChangeLog
parent989e7a94ade351481f5bf66427d5a296751e2dba (diff)
downloadtk-50551bffcd2004039536f99a2e64481df319a278.zip
tk-50551bffcd2004039536f99a2e64481df319a278.tar.gz
tk-50551bffcd2004039536f99a2e64481df319a278.tar.bz2
* test/winButton.test:
* win/tkWinButton.c: added updated patch #463234 which returns the default sizing behavior (not so native), but enables native L&F with negative sizing (-11 for example).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cb9ccfe..cc86afb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2001-12-28 Jeff Hobbs <jeffh@ActiveState.com>
+ * test/winButton.test:
+ * win/tkWinButton.c: added updated patch #463234 which returns the
+ default sizing behavior (not so native), but enables native L&F
+ with negative sizing (-11 for example).
+
* library/text.tcl (tk::TextButton1): made text receive focus even
in disabled state for Windows to show selection and allow
mouse-wheel scrolling.