# HG changeset patch # User Claus Gittinger # Date 1556647677 -7200 # Node ID 5fc4985b0d74ab37fbff0162eaa553580072cba9 # Parent 2f858dbfd25b3de2d164988defba2a6bc3dfadc1 #BUGFIX by cg class: ExternalTopView changed: #setWindowID: diff -r 2f858dbfd25b -r 5fc4985b0d74 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'!