diff -r a5d37f30faa8 -r 2660d468dc61 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