checkin from browser
authorClaus Gittinger <cg@exept.de>
Wed, 11 Nov 1998 16:18:12 +0100
changeset 1016 2660d468dc61
parent 1015 a5d37f30faa8
child 1017 4bfffe913f94
checkin from browser
UIObjectView.st
--- a/UIObjectView.st	Mon Nov 02 10:17:01 1998 +0100
+++ b/UIObjectView.st	Wed Nov 11 16:18:12 1998 +0100
@@ -486,13 +486,13 @@
         self selectionDo:[:aComponent |
             aComponent withAllSubViewsDo:[:v |
                 self sensor flushExposeEventsFor:v.
-                v exposeX:0 y:0 width:9999 height:9999.
+                v exposeX:0 y:0 width:v width height:v height.
             ].
             self showSelected:aComponent
         ]
     ].
 
-
+    "Modified: / 9.11.1998 / 12:50:34 / cg"
 !
 
 keyPress:key x:x y:y