ImageEditor.st
changeset 1769 8782d5b6dc24
parent 1764 7e9b804fd2d9
child 1770 9000adb21f79
equal deleted inserted replaced
1768:fcb7f4218796 1769:8782d5b6dc24
  2968         (img := self image) notNil ifTrue:[
  2968         (img := self image) notNil ifTrue:[
  2969             img := img onDevice:device.
  2969             img := img onDevice:device.
  2970             self listOfColors contents:(img usedColors asSet asOrderedCollection).
  2970             self listOfColors contents:(img usedColors asSet asOrderedCollection).
  2971             self findColorMapMode.
  2971             self findColorMapMode.
  2972             self updateLabelsAndHistory.
  2972             self updateLabelsAndHistory.
  2973             imageEditView image:img.
  2973             "/ imageEditView image:img.
  2974         ] ifFalse:[
  2974         ] ifFalse:[
  2975             self updateForNoImage
  2975             self updateForNoImage
  2976         ]
  2976         ]
  2977     ]
  2977     ]
  2978 
  2978