ActiveHelpView.st
changeset 3728 6b88a699ecf3
parent 3655 1398556ec619
child 3768 d9739e1f43f5
--- a/ActiveHelpView.st	Tue Aug 09 04:37:32 2016 +0200
+++ b/ActiveHelpView.st	Tue Aug 09 12:35:05 2016 +0200
@@ -109,7 +109,7 @@
         textShown := textShown withoutTrailingSeparators.
     ].    
     textView := Label onDevice:aDevice.
-    textView font:(helpView font onDevice:aDevice). 
+    textView font:(helpView deviceFont). 
     ^ (helpView withView:textView) contents:textShown
 
     "