diff options
author | fvogel <fvogelnew1@free.fr> | 2015-01-16 20:59:06 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2015-01-16 20:59:06 (GMT) |
commit | c53adc17235c7785f077fc52f7a16d762ce8710c (patch) | |
tree | 856bf67eebd450a987d3c91868a07b7ff0ad9523 | |
parent | ea5a41021652ae14ce09d7af40863bf779381793 (diff) | |
download | tk-c53adc17235c7785f077fc52f7a16d762ce8710c.zip tk-c53adc17235c7785f077fc52f7a16d762ce8710c.tar.gz tk-c53adc17235c7785f077fc52f7a16d762ce8710c.tar.bz2 |
More accurate comment
-rw-r--r-- | generic/tkTextDisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkTextDisp.c b/generic/tkTextDisp.c index bddfa0e..be3c7d9 100644 --- a/generic/tkTextDisp.c +++ b/generic/tkTextDisp.c @@ -3646,7 +3646,7 @@ TkTextIndexYPixels( /* * Shortcut to avoid layout of a superfluous display line. We know there * is nothing more to add up to the height if the index we were given was - * already the start of a logical line. + * already on the first display line of a logical line. */ if (alreadyStartOfLine) { |