ListModelView.st
changeset 3501 1e571b1b2e15
parent 3483 c9946ba07f41
child 3533 3c7fa69fe1c7
--- a/ListModelView.st	Thu Jul 24 14:43:54 2008 +0200
+++ b/ListModelView.st	Thu Jul 24 14:44:15 2008 +0200
@@ -1471,10 +1471,9 @@
 !
 
 verticalScrollStep
-    "return the amount to scroll when stepping up/down.
-    "
+    "return the amount to scroll when stepping up/down (also used for mouseWheel)."
+
     ^ 10
-
 !
 
 viewOrigin
@@ -1874,7 +1873,7 @@
 !ListModelView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ListModelView.st,v 1.107 2008-07-18 09:41:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ListModelView.st,v 1.108 2008-07-24 12:44:15 cg Exp $'
 ! !
 
 ListModelView initialize!