EditTextView.st
changeset 5571 b2ec50dc48ca
parent 5560 511e59f19726
child 5572 3c8faca0566e
child 5578 2aef3f3d1d9a
--- a/EditTextView.st	Sun Jan 24 01:23:40 2016 +0100
+++ b/EditTextView.st	Tue Jan 26 09:54:39 2016 +0100
@@ -4434,7 +4434,7 @@
     (lineSize == 0) ifTrue:[
         newLine := aString species new:endCol.
     ] ifFalse: [
-        (aString isText or:[aString bitsPerCharacter > line bitsPerCharacter]) ifTrue:[ 
+        (aString bitsPerCharacter > line bitsPerCharacter) ifTrue:[ 
             newLineSpecies := aString stringSpecies
         ] ifFalse:[
             newLineSpecies := line species