diff -r 30526cb1acfc -r 097b86f1473e Scroller.st --- a/Scroller.st Fri Mar 19 21:21:45 1999 +0100 +++ b/Scroller.st Fri Mar 19 22:10:00 1999 +0100 @@ -1457,7 +1457,7 @@ changeCursorFor:p "update the mouse cursor" - |crsr frm sensor which| + |frm sensor which| enabled ifFalse:[ self cursor:Cursor normal. @@ -2325,5 +2325,5 @@ !Scroller class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libwidg/Scroller.st,v 1.119 1999-03-16 17:42:33 cg Exp $' + ^ '$Header: /cvs/stx/stx/libwidg/Scroller.st,v 1.120 1999-03-19 21:10:00 cg Exp $' ! !