#BUGFIX by exept
authorClaus Gittinger <cg@exept.de>
Fri, 11 Oct 2019 08:54:12 +0200
changeset 8820 5a37b028d60c
parent 8819 45aeb6887a73
child 8821 e1cf05178432
#BUGFIX by exept class: SimpleView changed: #initialize font initialized too early
SimpleView.st
--- a/SimpleView.st	Fri Oct 04 11:44:04 2019 +0200
+++ b/SimpleView.st	Fri Oct 11 08:54:12 2019 +0200
@@ -8147,7 +8147,8 @@
 
     super initialize.
 
-    self basicFont:self defaultFont.
+    "/ cannot do this here; there might be no gc yet
+    "/ self basicFont:self defaultFont.
 
     shown := realized := false.
     "/ explicitExtent := false.