ImageEditor.st
changeset 2308 60722577a10a
parent 2272 d1923697d456
child 2339 a06d19fe7b32
equal deleted inserted replaced
2307:1a2f58172d65 2308:60722577a10a
  3051     ].
  3051     ].
  3052     ^ holder
  3052     ^ holder
  3053 !
  3053 !
  3054 
  3054 
  3055 valueOfMagnification
  3055 valueOfMagnification
       
  3056     <resource: #obsolete>
  3056     "returns current magnification of the image as an AspectAdaptor"
  3057     "returns current magnification of the image as an AspectAdaptor"
  3057 
  3058 
  3058     self obsoleteMethodWarning:'stupid method name - use #magnificationHolder'.
  3059     self obsoleteMethodWarning:'stupid method name - use #magnificationHolder'.
  3059     ^ self magnificationHolder
  3060     ^ self magnificationHolder
  3060 ! !
  3061 ! !