UIGalleryView.st
changeset 1568 a9d61da29e8b
parent 1561 dde6c4539acd
child 1576 ac7705f0a48d
--- 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.