ImageEditor.st
changeset 1880 8a11bb0a86e6
parent 1879 03581b0d7c8f
child 1882 80845a794f11
equal deleted inserted replaced
1879:03581b0d7c8f 1880:8a11bb0a86e6
  2987             ^ self.
  2987             ^ self.
  2988         ].
  2988         ].
  2989         ^ self.
  2989         ^ self.
  2990     ].
  2990     ].
  2991 
  2991 
       
  2992     changedObject == imageEditView modifiedHolder ifTrue:[
       
  2993         "/ self halt:'to be implemented'.
       
  2994         ^ self
       
  2995     ].
       
  2996 
  2992     changedObject == imageEditView image ifTrue:[
  2997     changedObject == imageEditView image ifTrue:[
  2993         self halt:'to be implemented'.
  2998         self halt:'to be implemented'.
  2994         ^ self.
  2999         ^ self.
  2995     ].
  3000     ].
  2996 
  3001 
  3442                         mouseButtonColorToolBar := self componentAt:#MouseButtonColorToolBar.
  3447                         mouseButtonColorToolBar := self componentAt:#MouseButtonColorToolBar.
  3443                         (mouseButtonColorToolBar itemAt:button) toggleIndication.
  3448                         (mouseButtonColorToolBar itemAt:button) toggleIndication.
  3444                         mouseButtonColorToolBar do: [:i| i updateIndicators].
  3449                         mouseButtonColorToolBar do: [:i| i updateIndicators].
  3445                   ].
  3450                   ].
  3446     imageEditView addDependent:self.
  3451     imageEditView addDependent:self.
       
  3452     imageEditView modifiedHolder addDependent:self.
  3447 
  3453 
  3448     postOpenAction notNil ifTrue: [postOpenAction value].
  3454     postOpenAction notNil ifTrue: [postOpenAction value].
  3449 
  3455 
  3450     super postOpenWith:aBuilder.
  3456     super postOpenWith:aBuilder.
  3451 
  3457