EditTextView.st
changeset 5724 f0acb1250b87
parent 5719 c1b417fd14a0
child 5738 9498dfe97f83
child 5742 0a7b90d7670a
--- 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).