ImageEditor.st
changeset 2945 facf3c7b0e31
parent 2932 7f305ee14e98
child 2992 a970017936e7
equal deleted inserted replaced
2944:17933efd2f0f 2945:facf3c7b0e31
  4159 !ImageEditor methodsFor:'event handling'!
  4159 !ImageEditor methodsFor:'event handling'!
  4160 
  4160 
  4161 processEvent:anEvent
  4161 processEvent:anEvent
  4162     "Return true, if I have eaten the event"
  4162     "Return true, if I have eaten the event"
  4163 
  4163 
       
  4164     <resource: #keyboard (#Paste #Copy )>
       
  4165 
  4164     |view focusView p transformation|
  4166     |view focusView p transformation|
  4165 
  4167 
  4166     view := anEvent view.
  4168     view := anEvent view.
  4167     view notNil ifTrue:[
  4169     view notNil ifTrue:[
  4168         view == self imagePreView ifTrue:[
  4170         view == self imagePreView ifTrue:[
  6761 !
  6763 !
  6762 
  6764 
  6763 version_CVS
  6765 version_CVS
  6764     ^ '$Header$'
  6766     ^ '$Header$'
  6765 ! !
  6767 ! !
       
  6768