#BUGFIX
authorStefan Vogel <sv@exept.de>
Thu, 17 Mar 2016 10:01:29 +0100
changeset 7219 970a3474e5fc
parent 7218 4c15124a9431
child 7220 ccf05351e7a8
#BUGFIX class: XftFontDescription changed: #onDevice:
XftFontDescription.st
--- a/XftFontDescription.st	Thu Mar 17 09:36:35 2016 +0100
+++ b/XftFontDescription.st	Thu Mar 17 10:01:29 2016 +0100
@@ -875,7 +875,7 @@
     "Create a new XftFont representing the closes font as
      myself on aDevice; if one already exists, return the one."
 
-    ^ self onDevice:aGraphicsDevice ifAbsent:nil
+    ^ self onDevice:aGraphicsDevice ifAbsent:self
 !
 
 onDevice:aGraphicsDevice ifAbsent:aBlock