ImageEditor.st
changeset 2043 a816ef2ce516
parent 2042 963042f2c474
child 2044 830fea482888
equal deleted inserted replaced
2042:963042f2c474 2043:a816ef2ce516
  2819 !
  2819 !
  2820 
  2820 
  2821 imagePreView
  2821 imagePreView
  2822     "returns the preview of the image"
  2822     "returns the preview of the image"
  2823 
  2823 
       
  2824     "subViews is an empty array at closing image Editor"
       
  2825     (self componentAt: #imagePreView) subViews isEmptyOrNil ifTrue:[
       
  2826         ^ nil
       
  2827     ].
       
  2828 
  2824     ^ (self componentAt: #imagePreView) subViews first 
  2829     ^ (self componentAt: #imagePreView) subViews first 
  2825 ! !
  2830 ! !
  2826 
  2831 
  2827 !ImageEditor methodsFor:'aspects'!
  2832 !ImageEditor methodsFor:'aspects'!
  2828 
  2833