diff options
author | hobbs <hobbs> | 2001-12-29 00:30:30 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-12-29 00:30:30 (GMT) |
commit | 50551bffcd2004039536f99a2e64481df319a278 (patch) | |
tree | 4c0f980029c317606c6ada5a424044122d1a6dc0 /ChangeLog | |
parent | 989e7a94ade351481f5bf66427d5a296751e2dba (diff) | |
download | tk-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |