#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Mon, 01 Oct 2018 17:19:19 +0200
changeset 6449 b2c814756a00
parent 6448 5b3cce36e399
child 6450 31226e8a8c7c
#REFACTORING by cg class: MenuView changed: #hideSubmenu (send #drawableId instead of #id)
MenuView.st
--- a/MenuView.st	Mon Oct 01 16:41:23 2018 +0200
+++ b/MenuView.st	Mon Oct 01 17:19:19 2018 +0200
@@ -2912,7 +2912,7 @@
     (m := subMenuShown) notNil ifTrue:[
         "/ race condition kludge ...
         m realized ifFalse:[
-            (id := m id) notNil ifTrue:[
+            (id := m drawableId) notNil ifTrue:[
                 device unmapWindow:id.
             ]
         ] ifTrue:[
@@ -2924,6 +2924,7 @@
     ].
 
     "Modified: / 29-11-2010 / 18:57:37 / cg"
+    "Modified: / 01-10-2018 / 17:04:25 / Claus Gittinger"
 !
 
 regainControl