MenuPanel.st
changeset 1044 3584c06b9e44
parent 1039 faa24ee79e12
child 1045 25d174d7b019
--- a/MenuPanel.st	Fri Jul 31 09:18:55 1998 +0200
+++ b/MenuPanel.st	Fri Jul 31 09:36:50 1998 +0200
@@ -2036,9 +2036,9 @@
     ].
     sensor anyButtonPressed ifFalse:[^ self].
 
-"/    lastButtonSelected notNil ifTrue:[
-"/        ^ self
-"/    ].
+    lastButtonSelected notNil ifTrue:[
+        ^ self
+    ].
 
     (self containsPointX:x y:y) ifTrue:[
         ((sel := self itemAtX:x y:y) notNil and:[sel isButton and:[superMenu isNil]]) ifTrue:[
@@ -4688,6 +4688,6 @@
 !MenuPanel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/MenuPanel.st,v 1.100 1998-07-31 01:15:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/MenuPanel.st,v 1.101 1998-07-31 07:36:50 ca Exp $'
 ! !
 MenuPanel initialize!