#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Tue, 30 Apr 2019 20:07:57 +0200
changeset 4258 5fc4985b0d74
parent 4257 2f858dbfd25b
child 4259 761a202dcdf1
#BUGFIX by cg class: ExternalTopView changed: #setWindowID:
ExternalTopView.st
--- a/ExternalTopView.st	Tue Apr 30 10:45:36 2019 +0200
+++ b/ExternalTopView.st	Tue Apr 30 20:07:57 2019 +0200
@@ -140,8 +140,10 @@
 !ExternalTopView methodsFor:'private accessing'!
 
 setWindowID:aWindowID
-    self setId:aWindowID.
+    gc setId:aWindowID.
     realized := shown := true.
+
+    "Modified: / 30-04-2019 / 16:26:34 / Claus Gittinger"
 ! !
 
 !ExternalTopView methodsFor:'queries'!