SimpleView.st
changeset 2094 6257c44dffbb
parent 2091 6c3aae1fffe7
child 2095 7aaac9675f97
--- a/SimpleView.st	Wed Apr 22 09:57:02 1998 +0200
+++ b/SimpleView.st	Wed Apr 22 10:00:09 1998 +0200
@@ -6773,7 +6773,8 @@
 
     shown ifTrue:[
         (wg := self windowGroup) notNil ifTrue:[
-            wg processRealExposeEvents.
+            wg processRealExposeEventsFor:self.
+            "/ wg processExposeEvents.
         ]
     ]
 
@@ -7717,6 +7718,6 @@
 !SimpleView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.247 1998-04-22 07:40:43 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.248 1998-04-22 08:00:09 ca Exp $'
 ! !
 SimpleView initialize!