ImageEditor.st
changeset 956 dc4df8952e82
parent 951 457d94e33e93
child 958 14088f998b72
equal deleted inserted replaced
955:f4f7d2ebd3ce 956:dc4df8952e82
  1538 !
  1538 !
  1539 
  1539 
  1540 mouseKeyColorMode: aMode
  1540 mouseKeyColorMode: aMode
  1541     "sets the mouseKeyColorMode to aMode"
  1541     "sets the mouseKeyColorMode to aMode"
  1542 
  1542 
       
  1543     imageEditView isNil ifTrue:[
       
  1544         ^ true
       
  1545     ].
  1543     ^imageEditView mouseKeyColorMode = aMode
  1546     ^imageEditView mouseKeyColorMode = aMode
  1544 !
  1547 !
  1545 
  1548 
  1546 mouseKeyColorMode: aMode value: aValue
  1549 mouseKeyColorMode: aMode value: aValue
  1547     "sets the mouseKeyColorMode to aMode"
  1550     "sets the mouseKeyColorMode to aMode"