diff options
author | hobbs <hobbs> | 2004-05-03 19:36:20 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-05-03 19:36:20 (GMT) |
commit | c0570464f7d7778b4ce093ae08a77e784f6385b7 (patch) | |
tree | 448d478a9db786a33ce10422d1e5618cf7542df4 /ChangeLog | |
parent | 656c3e9322cd07ef47c82de88d51080c09adab60 (diff) | |
download | tk-c0570464f7d7778b4ce093ae08a77e784f6385b7.zip tk-c0570464f7d7778b4ce093ae08a77e784f6385b7.tar.gz tk-c0570464f7d7778b4ce093ae08a77e784f6385b7.tar.bz2 |
* library/panedwindow.tcl (MarkSash): call DragSash to stop sash
jump when B1 is pressed and released without moving. [Bug #932155]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2004-05-03 Jeff Hobbs <jeffh@ActiveState.com> + * library/panedwindow.tcl (MarkSash): call DragSash to stop sash + jump when B1 is pressed and released without moving. [Bug #932155] + * tests/panedwindow.test: panedwindow-25.1 * generic/tkPanedWindow.c (Unlink): clean up -before/-after refs to a slave when removing it. [Bug #928413] (griffin) |