#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Mon, 09 May 2016 10:09:04 +0200
changeset 5724 f0acb1250b87
parent 5723 e913df8c9df2
child 5725 36a040e8555b
#OTHER by cg colorizeAllWith -> withColor
EditTextView.st
--- a/EditTextView.st	Mon May 09 10:05:50 2016 +0200
+++ b/EditTextView.st	Mon May 09 10:09:04 2016 +0200
@@ -1148,7 +1148,7 @@
             self isReadOnly ifTrue:[
                 ''
             ] ifFalse:[
-                l ifTrue:[ 'L' allBold colorizeAllWith:Color red]
+                l ifTrue:[ 'L' allBold withColor:#red]
                   ifFalse:[ e infoPrintString]]]
         argument:(self editModeHolder)
         argument:(self learnModeHolder).