ImageEditor.st
changeset 926 04887448fab8
parent 921 a5aca21ea803
child 927 74a71f2c5ef8
equal deleted inserted replaced
925:e6ddd46581c3 926:04887448fab8
  1359 !
  1359 !
  1360 
  1360 
  1361 editMode: aMode
  1361 editMode: aMode
  1362     "returns whether editMode is equal to aMode"
  1362     "returns whether editMode is equal to aMode"
  1363 
  1363 
       
  1364     imageEditView isNil ifTrue: [^false].
  1364     ^imageEditView editMode = aMode
  1365     ^imageEditView editMode = aMode
  1365 !
  1366 !
  1366 
  1367 
  1367 editMode: aMode value: aValue
  1368 editMode: aMode value: aValue
  1368     "sets the editMode to aMode"
  1369     "sets the editMode to aMode"