Index: sources/gui/qml/components/TextEntry.qml =================================================================== diff -u -r3738eb975493a36efae6b1a060624abab72c6871 -r86df7ff03ea32f9cd8a18bbbc7b2e01de64c783f --- sources/gui/qml/components/TextEntry.qml (.../TextEntry.qml) (revision 3738eb975493a36efae6b1a060624abab72c6871) +++ sources/gui/qml/components/TextEntry.qml (.../TextEntry.qml) (revision 86df7ff03ea32f9cd8a18bbbc7b2e01de64c783f) @@ -102,10 +102,11 @@ width : TextEntry.InputWidth text : "" font.pixelSize : Fonts.fontPixelTextRectExtra - color : acceptableInput ? _root.showDisabledColor && - enabled ? - Colors.textMain : Colors.borderDisableButton : - Colors.red + color : acceptableInput && enabled ? Colors.textMain : + _root.showDisabledColor && + ! enabled ? + Colors.borderDisableButton : + Colors.red selectionColor : Colors.borderButtonHalfDarker selectedTextColor : acceptableInput ? Colors.textMain : Colors.red anchors.left : _separator.right