From 1dc45bad8753e80dc4014d1331401a2bb5ba44c9 Mon Sep 17 00:00:00 2001 From: xiphon Date: Mon, 25 Nov 2019 07:55:54 +0000 Subject: Input: fix cursor shape, should be 'Qt.IBeamCursor' --- components/Input.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'components/Input.qml') diff --git a/components/Input.qml b/components/Input.qml index 3ac9a532..33601d88 100644 --- a/components/Input.qml +++ b/components/Input.qml @@ -47,6 +47,7 @@ TextField { } MoneroComponents.ContextMenu { + cursorShape: Qt.IBeamCursor onPaste: { textField.clear(); textField.paste(); -- cgit v1.2.3