ListView.st
changeset 1976 7c93cd47a31b
parent 1975 0eda51a6d48e
child 1977 dd1a0c2b407d
--- a/ListView.st	Tue Jul 27 19:26:57 1999 +0200
+++ b/ListView.st	Tue Jul 27 19:28:23 1999 +0200
@@ -3378,7 +3378,7 @@
     self originWillChange.
 
     "/ make certain, that all drawing is complete
-    device sync.
+"/    device sync.
     self catchExpose.
 
     firstLineShown := newFirstLine.
@@ -3910,5 +3910,5 @@
 !ListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.206 1999-07-27 17:26:57 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.207 1999-07-27 17:28:23 cg Exp $'
 ! !