# HG changeset patch # User Claus Gittinger # Date 1538407077 -7200 # Node ID f10b9fff913979e6c7be691ea79956db896d632c # Parent 5a9e025bf3737be1f4d17cda34ddf9b97425b65f #REFACTORING by cg class: TopView changed: #openAt:transientFor: send drawableId isntead of id diff -r 5a9e025bf373 -r f10b9fff9139 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