diff options
author | fvogelnew1@free.fr <fvogel> | 2015-01-16 20:59:06 (GMT) |
---|---|---|
committer | fvogelnew1@free.fr <fvogel> | 2015-01-16 20:59:06 (GMT) |
commit | 7483b931ba2b73b40d443c31efc88fc5cac11cf4 (patch) | |
tree | d165fe90eb83abdcc18c459bbd6d97c4daa56156 /generic | |
parent | 288170936450b29c6a7404869d3d0be98ad60e9a (diff) | |
download | tk-7483b931ba2b73b40d443c31efc88fc5cac11cf4.zip tk-7483b931ba2b73b40d443c31efc88fc5cac11cf4.tar.gz tk-7483b931ba2b73b40d443c31efc88fc5cac11cf4.tar.bz2 |
More accurate comment
Diffstat (limited to 'generic')
-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) { |