ImageEditor.st
changeset 3253 32b2ae3350b9
parent 3242 ba12e8799b02
child 3281 15b8e734190a
equal deleted inserted replaced
3252:b5b2f185aa98 3253:32b2ae3350b9
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "
     1 "
     4  COPYRIGHT (c) 1997-1998 by eXept Software AG
     2  COPYRIGHT (c) 1997-1998 by eXept Software AG
     5               All Rights Reserved
     3               All Rights Reserved
     6 
     4 
     7  This software is furnished under a license and may be used
     5  This software is furnished under a license and may be used
  4730 
  4728 
  4731 updateImagePreView
  4729 updateImagePreView
  4732     self tileModeHolder value ifTrue:[
  4730     self tileModeHolder value ifTrue:[
  4733         self imagePreView tileMode:true tileOffset:(self image extent).
  4731         self imagePreView tileMode:true tileOffset:(self image extent).
  4734     ].
  4732     ].
  4735     self imagePreView setImage:(self image) scroll:false invalidate:true.
  4733     self imagePreView 
       
  4734         setImage:(self image) scroll:false invalidate:false; "/ true.
       
  4735         invalidate.
  4736 ! !
  4736 ! !
  4737 
  4737 
  4738 !ImageEditor methodsFor:'queries'!
  4738 !ImageEditor methodsFor:'queries'!
  4739 
  4739 
  4740 hasLastGrabScreenArea
  4740 hasLastGrabScreenArea
  6753 
  6753 
  6754 doUndo
  6754 doUndo
  6755     "reverses last edit action"
  6755     "reverses last edit action"
  6756 
  6756 
  6757     imageEditView undo.
  6757     imageEditView undo.
       
  6758     self updateImagePreView
  6758 ! !
  6759 ! !
  6759 
  6760 
  6760 !ImageEditor methodsFor:'user actions-image sequences'!
  6761 !ImageEditor methodsFor:'user actions-image sequences'!
  6761 
  6762 
  6762 editEachImageFromSequence
  6763 editEachImageFromSequence