ImageEditor.st
changeset 1921 699dca2ebb51
parent 1916 c91c39976bef
child 1922 a693dc9af82f
equal deleted inserted replaced
1920:9f246ba60c91 1921:699dca2ebb51
  3477                         mouseButtonColorToolBar do: [:i| i updateIndicators].
  3477                         mouseButtonColorToolBar do: [:i| i updateIndicators].
  3478                   ].
  3478                   ].
  3479     imageEditView addDependent:self.
  3479     imageEditView addDependent:self.
  3480     imageEditView modifiedHolder addDependent:self.
  3480     imageEditView modifiedHolder addDependent:self.
  3481 
  3481 
  3482     postOpenAction notNil ifTrue: [postOpenAction value].
  3482     postOpenAction value.
  3483 
  3483 
  3484     super postOpenWith:aBuilder.
  3484     super postOpenWith:aBuilder.
  3485 
  3485 
  3486     aBuilder keyboardProcessor menuBar:nil.
  3486     aBuilder keyboardProcessor menuBar:nil.
  3487 
  3487