GraphicsMedium.st
changeset 7558 fe6f5d533b37
parent 7504 371f71deee69
child 7575 151c445c946c
child 7644 3b313151b97b
--- a/GraphicsMedium.st	Sun Sep 11 15:41:16 2016 +0200
+++ b/GraphicsMedium.st	Mon Sep 12 15:00:52 2016 +0200
@@ -531,7 +531,7 @@
      This is a low level entry, which is not to be redefined
      (i.e. it must not imply a redraw operation)"
 
-    gc basicFont:aFont
+    gc font:aFont
 !
 
 blackColor
@@ -822,7 +822,7 @@
      This should be redefined in some widget to perform an automatic
      redraw. See also: #basicFont:"
 
-    gc basicFont:aFont.
+    gc font:aFont.
     self changed:#font.
 !