ListView.st
branchjv
changeset 5482 816a9de03d66
parent 5395 fc9336b15c5c
parent 5480 f883732537d6
child 5552 58ac0bd34b7b
--- a/ListView.st	Sat Oct 10 06:57:53 2015 +0200
+++ b/ListView.st	Sun Oct 11 06:59:34 2015 +0200
@@ -3205,7 +3205,8 @@
 
 widthOfWidestLineBetween:firstLine and:lastLine
     "return the width in pixels of the widest line in a range
-     - used to optimize scrolling, by limiting the scrolled area"
+     - used to optimize scrolling, by limiting the scrolled area;
+       not for scrollbar or other width related stuff which should be exact."
 
     |max      "{ Class: SmallInteger }"
      first    "{ Class: SmallInteger }"