diff options
author | fvogel <fvogelnew1@free.fr> | 2019-04-11 21:00:11 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2019-04-11 21:00:11 (GMT) |
commit | 4fd05535bc46d88f567bf8505127560b96e41768 (patch) | |
tree | 9a5423b557ff9a4a3f54a8f256e0d616c0a022b2 /library/ttk | |
parent | a33829db9b4dbd38bd5293e7c21aa2ff68019188 (diff) | |
download | tk-4fd05535bc46d88f567bf8505127560b96e41768.zip tk-4fd05535bc46d88f567bf8505127560b96e41768.tar.gz tk-4fd05535bc46d88f567bf8505127560b96e41768.tar.bz2 |
Fix indentation
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 2675a67..149ecdc 100644 --- a/library/ttk/treeview.tcl +++ b/library/ttk/treeview.tcl @@ -108,7 +108,7 @@ proc ttk::treeview::Motion {w x y} { switch -- [$w identify region $x $y] { separator { if {[ttk::treeview::LastDisplayColumn $w] ne - [$w identify column $x $y]} { + [$w identify column $x $y]} { set cursor hresize } } |