UIObjectView.st
changeset 374 421f8a3723f1
parent 360 1a4ec4aa2c67
child 543 e3f2bf2dfb59
--- 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