ListView.st
changeset 1715 bcfd36598c4b
parent 1713 33c996d5acd4
child 1716 c7a871383ef4
--- a/ListView.st	Mon Nov 09 21:21:53 1998 +0100
+++ b/ListView.st	Mon Nov 09 21:29:38 1998 +0100
@@ -3311,8 +3311,7 @@
     hBefore := height.
     wBefore := width.
 
-"/ no - dont do this here ...
-"/    self repairDamage.
+    self repairDamage.
 
     self originWillChange.
     firstLineShown := newFirstLine.
@@ -3369,7 +3368,7 @@
     self waitForExpose.
     self originChanged:delta.
 
-    "Modified: / 9.11.1998 / 18:00:52 / cg"
+    "Modified: / 9.11.1998 / 21:29:09 / cg"
 ! !
 
 !ListView methodsFor:'searching'!
@@ -3839,5 +3838,5 @@
 !ListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.178 1998-11-09 17:01:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.179 1998-11-09 20:29:38 cg Exp $'
 ! !