#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Thu, 24 Nov 2016 16:53:54 +0100
changeset 7710 1d2a2971ee34
parent 7709 653b97047e4d
child 7711 11ee38c0349c
#BUGFIX by cg class: Font changed: #onDevice:xFontsOnly:xftFontsOnly:ifAbsent: recursion
Font.st
--- a/Font.st	Thu Nov 24 10:00:20 2016 +0100
+++ b/Font.st	Thu Nov 24 16:53:54 2016 +0100
@@ -481,7 +481,12 @@
     ].
 
     "receiver was already associated to another device - need a new font"
-    ^ super onDevice:aDevice ifAbsent:exceptionBlock
+    ^ super 
+        onDevice:aDevice 
+        xFontsOnly:xFontsOnly xftFontsOnly:xftFontsOnly 
+        ifAbsent:exceptionBlock
+
+    "Modified: / 24-11-2016 / 16:53:36 / cg"
 !
 
 replacementFontOnDevice:aDevice