UIObjectView.st
changeset 1016 2660d468dc61
parent 997 2a8a32256d4a
child 1048 d6d4b7abfdd0
--- 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