diff options
author | hobbs <hobbs> | 2004-05-03 19:36:56 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-05-03 19:36:56 (GMT) |
commit | c1b0a281aa6ab1f13f009d3bdd83c99b7df4aea9 (patch) | |
tree | 8e88776b87a5d18bdb07b165c0790ab8aff2b92a /ChangeLog | |
parent | 130b24b09df7ef93ac50cd3416153ea526598903 (diff) | |
download | tk-c1b0a281aa6ab1f13f009d3bdd83c99b7df4aea9.zip tk-c1b0a281aa6ab1f13f009d3bdd83c99b7df4aea9.tar.gz tk-c1b0a281aa6ab1f13f009d3bdd83c99b7df4aea9.tar.bz2 |
* library/panedwindow.tcl (MarkSash): call DragSash to stop sash
jump when B1 is pressed and released without moving. [Bug #932155]
Make the panedwindow -opaqueresize option work as per the docs.
[Bug #778893]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 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] + Make the panedwindow -opaqueresize option work as per the docs. + [Bug #778893] + * tests/panedwindow.test: panedwindow-25.1 * generic/tkPanedWindow.c (Unlink): clean up -before/-after refs to a slave when removing it. [Bug #928413] (griffin) |