MenuView.st
changeset 509 a3e8887ff457
parent 508 7b0bffe113a0
child 512 fc5b4dc11409
--- a/MenuView.st	Wed Mar 20 17:05:00 1996 +0100
+++ b/MenuView.st	Thu Mar 21 17:22:37 1996 +0100
@@ -2330,7 +2330,10 @@
 
 show
     hiddenOnRealize := false.
+    self showPassive.
     self realize
+
+    "Modified: 21.3.1996 / 17:21:46 / cg"
 ! !
 
 !MenuView methodsFor:'submenu notifications'!
@@ -2377,5 +2380,5 @@
 !MenuView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.63 1996-03-20 16:05:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.64 1996-03-21 16:22:37 cg Exp $'
 ! !