ListView.st
changeset 1726 c2d5164a60fe
parent 1716 c7a871383ef4
child 1727 48c3cb92e8e2
--- a/ListView.st	Wed Dec 02 17:59:40 1998 +0100
+++ b/ListView.st	Wed Dec 02 21:29:07 1998 +0100
@@ -3337,7 +3337,9 @@
     hBefore := height.
     wBefore := width.
 
-    self repairDamage.
+    "/ OLD:
+    "/ self repairDamage.
+    self windowGroup processRealExposeEventsFor:self.
 
     self originWillChange.
     firstLineShown := newFirstLine.
@@ -3389,12 +3391,13 @@
         inv := (y1@margin) extent:(y0@h).      
     ].
 
+    "/ original
     self invalidateDeviceRectangle:inv repairNow:false.
 
+    self originChanged:delta.
     self waitForExpose.
-    self originChanged:delta.
-
-    "Modified: / 10.11.1998 / 18:20:06 / cg"
+
+    "Modified: / 1.12.1998 / 22:22:21 / cg"
 ! !
 
 !ListView methodsFor:'searching'!
@@ -3864,5 +3867,5 @@
 !ListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.180 1998-11-11 15:06:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.181 1998-12-02 20:29:07 cg Exp $'
 ! !