ListView.st
changeset 1713 33c996d5acd4
parent 1712 cb753ba02fb4
child 1715 bcfd36598c4b
--- a/ListView.st	Mon Nov 09 17:31:20 1998 +0100
+++ b/ListView.st	Mon Nov 09 18:01:30 1998 +0100
@@ -3310,7 +3310,9 @@
 
     hBefore := height.
     wBefore := width.
-    self repairDamage.
+
+"/ no - dont do this here ...
+"/    self repairDamage.
 
     self originWillChange.
     firstLineShown := newFirstLine.
@@ -3367,7 +3369,7 @@
     self waitForExpose.
     self originChanged:delta.
 
-    "Modified: / 9.11.1998 / 17:24:53 / cg"
+    "Modified: / 9.11.1998 / 18:00:52 / cg"
 ! !
 
 !ListView methodsFor:'searching'!
@@ -3837,5 +3839,5 @@
 !ListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.177 1998-11-09 16:31:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.178 1998-11-09 17:01:30 cg Exp $'
 ! !