checkin from browser
authorClaus Gittinger <cg@exept.de>
Wed, 11 Nov 1998 16:20:43 +0100
changeset 1017 4bfffe913f94
parent 1016 2660d468dc61
child 1018 d578841e9e96
checkin from browser
UIGalleryView.st
--- a/UIGalleryView.st	Wed Nov 11 16:18:12 1998 +0100
+++ b/UIGalleryView.st	Wed Nov 11 16:20:43 1998 +0100
@@ -673,13 +673,14 @@
 
                 sv withAllSubViewsDo:[:v|
                     v fill:v viewBackground.
-                    v exposeX:0 y:0 width:9999 height:9999.
+                    v exposeX:0 y:0 width:v width height:v height.
                 ]
             ]
         ]
     ].
     selection := currSel.
 
+    "Modified: / 9.11.1998 / 12:49:57 / cg"
 ! !
 
 !UIGalleryView::Canvas::DropSpec class methodsFor:'instance creation'!