checkin from browser
authorClaus Gittinger <cg@exept.de>
Sun, 02 Nov 1997 19:33:50 +0100
changeset 374 421f8a3723f1
parent 373 ae526fcf716a
child 375 b43507f222ce
checkin from browser
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