ImageEditor.st
changeset 1076 4391fcd36dcf
parent 1075 74795d3e647d
child 1121 9ceac76e1c8d
equal deleted inserted replaced
1075:74795d3e647d 1076:4391fcd36dcf
  1985         self colorMapMode:newMode.
  1985         self colorMapMode:newMode.
  1986     ] ifFalse:[
  1986     ] ifFalse:[
  1987         imageEditView makeUndo.
  1987         imageEditView makeUndo.
  1988     ].
  1988     ].
  1989 
  1989 
  1990 self halt.
       
  1991     cMap := cMap asArray.
  1990     cMap := cMap asArray.
  1992     oldCListSize := self listOfColors size.
  1991     oldCListSize := self listOfColors size.
  1993 
  1992 
  1994 "/    (colorMapMode value asString endsWith:'mask') ifTrue:[
  1993 "/    (colorMapMode value asString endsWith:'mask') ifTrue:[
  1995 "/        cMap last = Color noColor ifTrue:[
  1994 "/        cMap last = Color noColor ifTrue:[