diff --git a/src/qml/components/TextInputField.qml b/src/qml/components/TextInputField.qml index 138c464b03639fd1a7744a7dc17563f23b032933..2eefcc64942ba93b1c5cdf1e25dd44cc26c3f1cf 100644 --- a/src/qml/components/TextInputField.qml +++ b/src/qml/components/TextInputField.qml @@ -14,7 +14,8 @@ TextInput{ clip: contentWidth > width || underline.width > width property alias underlineColor : underline.color property alias underline: underline - cursorDelegate: Rectangle{ + cursorDelegate: Item{} + Rectangle{ color: Material.accentColor x: parent.cursorRectangle.x y: parent.cursorRectangle.y