diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-11-27 12:37:47 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-11-27 12:37:47 (GMT) |
commit | 8eca07090ea8ef74fa14e1d8aac2f53a01b65868 (patch) | |
tree | 58a4bbea6e43bbc09434ae9498f8f763cc58cf21 /library | |
parent | a95999ab57524dbc94824157e560bebecbc887e9 (diff) | |
download | tk-8eca07090ea8ef74fa14e1d8aac2f53a01b65868.zip tk-8eca07090ea8ef74fa14e1d8aac2f53a01b65868.tar.gz tk-8eca07090ea8ef74fa14e1d8aac2f53a01b65868.tar.bz2 |
Update to a (slightly) later version of X11R6 headers.
Diffstat (limited to 'library')
-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 ebf1451..8cd3e75 100644 --- a/library/ttk/treeview.tcl +++ b/library/ttk/treeview.tcl @@ -127,7 +127,7 @@ proc ttk::treeview::ActivateHeading {w heading} { # triggers a <Leave> event. A proc checking if the display column # $State(activeHeading) is really still present or not could be # written but it would need to check several special cases: - # a. -displaycolumns "#all" or being an explicit columns list + # a. -displaycolumns "#all" or being an explicit columns list # b. column #0 display is not governed by the -displaycolumn # list but by the value of the -show option # --> Let's rather catch the following line. |