From b4afe4d011513ae649e4df8dc93cefed5e66c8eb Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 14 Jun 2017 14:59:53 +0200 Subject: Support mouse selection of text in composer --- components/kube/contents/ui/ComposerView.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'components') diff --git a/components/kube/contents/ui/ComposerView.qml b/components/kube/contents/ui/ComposerView.qml index 9e48aba3..84c55ec5 100644 --- a/components/kube/contents/ui/ComposerView.qml +++ b/components/kube/contents/ui/ComposerView.qml @@ -300,6 +300,8 @@ Kube.View { Layout.fillWidth: true Layout.fillHeight: true + selectByMouse: true + text: composerController.body onTextChanged: composerController.body = text; onActiveFocusChanged: closeFirstSplitIfNecessary() -- cgit v1.2.3