#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Wed, 27 Mar 2019 22:59:10 +0100
changeset 6570 32fbafd67a49
parent 6569 d3ef04c096f6
child 6571 1ad83c609698
#BUGFIX by cg class: FontPanel changed: #computePreferredExtent
FontPanel.st
--- a/FontPanel.st	Wed Mar 27 22:58:38 2019 +0100
+++ b/FontPanel.st	Wed Mar 27 22:59:10 2019 +0100
@@ -1439,9 +1439,10 @@
     "return the boxes preferredExtent"
 
     "/ ^ 450@350
-    ^ self class defaultExtent.
+    ^ self defaultExtent.
 
     "Created: / 09-11-2018 / 19:53:29 / Claus Gittinger"
+    "Modified: / 27-03-2019 / 22:54:37 / Claus Gittinger"
 !
 
 osIsUNIX