EditTextView.st
branchjv
changeset 5738 9498dfe97f83
parent 5737 98bc0782ffa1
parent 5724 f0acb1250b87
child 5744 c8aea6a50ce2
--- a/EditTextView.st	Mon May 09 21:43:19 2016 +0200
+++ b/EditTextView.st	Wed May 11 09:39:07 2016 +0200
@@ -1215,7 +1215,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).