fixed submenu showing with mutliple displays
authorClaus Gittinger <cg@exept.de>
Tue, 14 Jan 1997 01:41:47 +0100
changeset 942 c1d77499d128
parent 941 f06fa4d47f26
child 943 034b63540f10
fixed submenu showing with mutliple displays
MenuView.st
--- a/MenuView.st	Tue Jan 14 00:15:53 1997 +0100
+++ b/MenuView.st	Tue Jan 14 01:41:47 1997 +0100
@@ -2159,6 +2159,7 @@
         windowGroup processExposeEvents
     ].
 
+    m topView device:device.   "/ req'd for multiDisplay operation
     m superMenu:self.
 
     actionBlock notNil ifTrue:[
@@ -2186,7 +2187,7 @@
 
     subMenuShown := m
 
-    "Modified: 7.3.1996 / 18:23:59 / cg"
+    "Modified: 14.1.1997 / 01:41:20 / cg"
 ! !
 
 !MenuView methodsFor:'queries'!
@@ -2571,5 +2572,5 @@
 !MenuView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.94 1997-01-13 23:09:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.95 1997-01-14 00:41:47 cg Exp $'
 ! !