DSVLabelView.st
changeset 5238 cebbdb8032de
parent 5189 ff07b0369121
child 5410 56776faa77eb
--- a/DSVLabelView.st	Sun Sep 11 15:41:51 2016 +0200
+++ b/DSVLabelView.st	Mon Sep 12 15:02:30 2016 +0200
@@ -565,7 +565,7 @@
     super initStyle.
 
     handleCursor := (VariablePanel cursorForOrientation:#horizontal onDevice: device) onDevice: device.
-    gc basicFont:self class defaultFont.
+    gc font:self class defaultFont.
     "/ self level:0.
     self level:(styleSheet at:#'dataSet.labelView.level' default:-1).
     verticalLabelSpacing := (styleSheet at:#'dataSet.labelView.verticalSpace' default:2).