diff -r ae526fcf716a -r 421f8a3723f1 UIObjectView.st --- a/UIObjectView.st Sun Nov 02 18:53:20 1997 +0100 +++ b/UIObjectView.st Sun Nov 02 19:33:50 1997 +0100 @@ -498,6 +498,9 @@ key == #Paste ifTrue:[ ^ self pasteBuffer]. key == #Cmdu ifTrue:[ ^ self undoLast ]. "/ #Undo + super keyPress:key x:x y:y + + "Modified: / 31.10.1997 / 20:28:00 / cg" ! processEvent:anEvent