#FEATURE by stefan
authorStefan Vogel <sv@exept.de>
Mon, 19 Sep 2016 09:48:06 +0200
changeset 7572 aca0c43e3ae2
parent 7571 ba05e480c941
child 7573 656c59bc93ad
#FEATURE by stefan class: HostGraphicsDevice changed: #initializeDeviceResourceTables larger cache size for device fonts (should fix cahed font issue with MAC)
HostGraphicsDevice.st
--- a/HostGraphicsDevice.st	Sun Sep 18 18:16:59 2016 +0200
+++ b/HostGraphicsDevice.st	Mon Sep 19 09:48:06 2016 +0200
@@ -136,7 +136,7 @@
     graphicsContexts := Registry new.
     deviceColors := Registry new.
     deviceCursors := Registry new.
-    deviceFonts := CachingRegistry new cacheSize:10.
+    deviceFonts := CachingRegistry new:20.
 
     "Created: 24.2.1997 / 18:29:53 / cg"
 !