#BUGFIX by exept
authorClaus Gittinger <cg@exept.de>
Fri, 21 Feb 2020 15:33:49 +0100
changeset 8997 f1587295ce5a
parent 8996 fa5b2f7727c1
child 8998 4ee75ab03a08
#BUGFIX by exept class: StandardSystemView changed: #physicalCreate
StandardSystemView.st
--- a/StandardSystemView.st	Fri Feb 21 12:20:48 2020 +0100
+++ b/StandardSystemView.st	Fri Feb 21 15:33:49 2020 +0100
@@ -1606,7 +1606,8 @@
         windowClassNameString := windowNameString asUppercaseFirst.
 
         "/ Also, set _NET_WM_PID
-        self setWindowPid: nil.
+        "/ cg: to nil???
+        gc setWindowPid: nil.
     ] ifFalse:[
         "/ Old code..."
         application notNil ifTrue:[