From 7a04c511cb8fc32aeb521adbe681b69858992a7e Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Mon, 24 Apr 2017 16:49:32 +0200 Subject: [PATCH] fix(ui/modules/Common/Form/DroppableTextArea): map correctly the scrollbar --- linphone-desktop/ui/modules/Common/Form/DroppableTextArea.qml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/linphone-desktop/ui/modules/Common/Form/DroppableTextArea.qml b/linphone-desktop/ui/modules/Common/Form/DroppableTextArea.qml index ae1703f99..5e8749c48 100644 --- a/linphone-desktop/ui/modules/Common/Form/DroppableTextArea.qml +++ b/linphone-desktop/ui/modules/Common/Form/DroppableTextArea.qml @@ -72,6 +72,10 @@ Item { selectByMouse: true wrapMode: TextArea.Wrap + // Workaround. Without this line, the scrollbar is not linked correctly + // to the text area. + width: parent.width + Component.onCompleted: forceActiveFocus() Keys.onPressed: {