ImageEditor.st
changeset 3170 a49100905be3
parent 3164 890b62a044be
child 3172 5eed004ed60b
equal deleted inserted replaced
3169:54d9e27b384d 3170:a49100905be3
  4720     imageEditView imageInfoHolder:(self imageInfoHolder).
  4720     imageEditView imageInfoHolder:(self imageInfoHolder).
  4721     imageEditView activityInfoHolder:(self activityInfoHolder).
  4721     imageEditView activityInfoHolder:(self activityInfoHolder).
  4722 
  4722 
  4723     imageEditView clickInfoCallBack:[:button :point | 
  4723     imageEditView clickInfoCallBack:[:button :point | 
  4724                         |mouseButtonColorToolBar|
  4724                         |mouseButtonColorToolBar|
  4725 
  4725                         button <= 2 ifTrue:[
  4726                         mouseButtonColorToolBar := self componentAt:#MouseButtonColorToolBar.
  4726                             mouseButtonColorToolBar := self componentAt:#MouseButtonColorToolBar.
  4727                         (mouseButtonColorToolBar itemAt:button) toggleIndication.
  4727                             (mouseButtonColorToolBar itemAt:button) toggleIndication.
  4728                         mouseButtonColorToolBar do: [:i| i updateIndicators].
  4728                             mouseButtonColorToolBar do: [:i| i updateIndicators].
       
  4729                         ].
  4729                   ].
  4730                   ].
  4730 
  4731 
  4731     imageEditView addDependent:self.
  4732     imageEditView addDependent:self.
  4732     imageEditView modifiedHolder addDependent:self.
  4733     imageEditView modifiedHolder addDependent:self.
  4733 
  4734