if disabled; call super keyPress:x:y to handle focusSequence
authorca
Wed, 26 Jan 2000 11:54:30 +0100
changeset 1657 061c167ce3db
parent 1656 3045cfa6870a
child 1658 3011b6a68e38
if disabled; call super keyPress:x:y to handle focusSequence
NoteBookView.st
--- a/NoteBookView.st	Mon Jan 24 11:45:07 2000 +0100
+++ b/NoteBookView.st	Wed Jan 26 11:54:30 2000 +0100
@@ -671,7 +671,7 @@
     |sensor size index n|
 
     (enabled and:[(size := list size) > 1]) ifFalse:[
-        ^ self
+        ^ super keyPress:aKey x:x y:y
     ].
 
     aKey isCharacter ifTrue:[
@@ -1678,5 +1678,5 @@
 !NoteBookView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/NoteBookView.st,v 1.22 1999-09-21 20:18:47 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/NoteBookView.st,v 1.23 2000-01-26 10:54:30 ca Exp $'
 ! !