#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Mon, 01 Oct 2018 17:17:57 +0200
changeset 8489 f10b9fff9139
parent 8488 5a9e025bf373
child 8490 71425cc35367
#REFACTORING by cg class: TopView changed: #openAt:transientFor: send drawableId isntead of id
TopView.st
--- a/TopView.st	Mon Oct 01 17:17:08 2018 +0200
+++ b/TopView.st	Mon Oct 01 17:17:57 2018 +0200
@@ -1294,7 +1294,7 @@
         otherId := self drawableId.
     ] ifFalse:[
         anotherView create.
-        otherId := anotherView id.
+        otherId := anotherView drawableId.
     ].
     device setTransient:self drawableId for:otherId.
     self origin:aPosition.
@@ -1316,8 +1316,9 @@
      v1 openAt:0@0 transientFor:v1.
     "
 
-    "Created: 28.6.1996 / 10:51:55 / cg"
-    "Modified: 28.7.1997 / 18:53:16 / cg"
+    "Created: / 28-06-1996 / 10:51:55 / cg"
+    "Modified: / 28-07-1997 / 18:53:16 / cg"
+    "Modified: / 01-10-2018 / 17:06:25 / Claus Gittinger"
 !
 
 openDisplayAt:aPoint