UIObjectView.st
changeset 997 2a8a32256d4a
parent 993 88a214788277
child 1016 2660d468dc61
--- a/UIObjectView.st	Tue Sep 15 18:39:38 1998 +0200
+++ b/UIObjectView.st	Fri Sep 18 16:03:10 1998 +0200
@@ -921,9 +921,11 @@
                 v borderColor:(Color colorId:1).
                 v borderColor:c.
             ].
-            v exposeX:0 y:0 width:9999 height:9999
+            v exposeX:0 y:0 width:(v width) height:(v height)
         ]
     ]
+
+    "Modified: / 16.9.1998 / 01:40:30 / cg"
 !
 
 handlesOf:aComponent do:aTwoArgAction