diff -r 24a3795170f1 -r c3a1433996ec XWorkstation.st --- 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