UIGalleryView.st
changeset 1568 a9d61da29e8b
parent 1561 dde6c4539acd
child 1576 ac7705f0a48d
equal deleted inserted replaced
1567:e6dc92a7cf5d 1568:a9d61da29e8b
   696 
   696 
   697     (point x > 0 and:[point y > 0]) ifTrue:[
   697     (point x > 0 and:[point y > 0]) ifTrue:[
   698         point := point + extent.
   698         point := point + extent.
   699         (point x < rootView width and:[point y < rootView height]) ifTrue:[
   699         (point x < rootView width and:[point y < rootView height]) ifTrue:[
   700             aView topView raise.
   700             aView topView raise.
   701             device sync.
   701             device flush.
   702             aView invalidate.
   702             aView invalidate.
   703             aView windowGroup processExposeEvents.
   703             aView windowGroup processExposeEvents.
   704             displayObject := Image fromView:aView grab:false.
   704             displayObject := Image fromView:aView grab:false.
   705         ]
   705         ]
   706     ].
   706     ].