diff -r e6dc92a7cf5d -r a9d61da29e8b UIGalleryView.st --- a/UIGalleryView.st Fri Jul 05 15:48:54 2002 +0200 +++ b/UIGalleryView.st Thu Jul 11 15:50:59 2002 +0200 @@ -698,7 +698,7 @@ point := point + extent. (point x < rootView width and:[point y < rootView height]) ifTrue:[ aView topView raise. - device sync. + device flush. aView invalidate. aView windowGroup processExposeEvents. displayObject := Image fromView:aView grab:false.