#REFACTORING by stefan
authorStefan Vogel <sv@exept.de>
Tue, 09 Aug 2016 12:35:05 +0200
changeset 3728 6b88a699ecf3
parent 3726 37f44a063d46
child 3729 939fcb594707
child 3730 74c5a7f7a679
#REFACTORING by stefan class: ActiveHelpView changed: #for:onDevice: use #deviceFont instead of #createFontOnDevice
ActiveHelpView.st
--- 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
 
     "