diff options
author | fvogel <fvogelnew1@free.fr> | 2019-05-04 13:16:41 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2019-05-04 13:16:41 (GMT) |
commit | 8f121b652e2b474b1877c35a443918a8f4759e7a (patch) | |
tree | 7a657c2530bad3b1b508a48f801cfb98248cd15a /library/ttk | |
parent | dd01abc1045a974f417f5d4f39018ae36b7b87d2 (diff) | |
download | tk-8f121b652e2b474b1877c35a443918a8f4759e7a.zip tk-8f121b652e2b474b1877c35a443918a8f4759e7a.tar.gz tk-8f121b652e2b474b1877c35a443918a8f4759e7a.tar.bz2 |
ttk::treeview: when there is at least one stretchable column then there should be no slack at the right (slack should be distributed among the stretchable columns)
Diffstat (limited to 'library/ttk')
-rw-r--r-- | library/ttk/treeview.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/ttk/treeview.tcl b/library/ttk/treeview.tcl index 149ecdc..e458558 100644 --- a/library/ttk/treeview.tcl +++ b/library/ttk/treeview.tcl @@ -212,7 +212,7 @@ proc ttk::treeview::resize.drag {w x} { } proc ttk::treeview::resize.release {w x} { - # no-op + $w drop } ### Heading activation. |