XWorkstation.st
changeset 7486 c3a1433996ec
parent 7478 4865dd2c05c9
child 7506 184d2085d4fd
child 7541 39940e2446a5
--- a/XWorkstation.st	Fri Jul 29 16:51:10 2016 +0200
+++ b/XWorkstation.st	Fri Jul 29 16:51:46 2016 +0200
@@ -12574,11 +12574,7 @@
 newGraphicsContextFor:aGraphicsMedium
     "Redefined to use my own device specific graphics context"
 
-    |gc|
-
-    gc := X11GraphicsContext onDevice:self.
-    gc font:aGraphicsMedium class defaultFont.
-    ^ gc.
+    ^ X11GraphicsContext onDevice:self.
 !
 
 parentWindowIdOf:aWindowId