[qml] Qt5.15: Fix binding loop on TextArea's implicit width

This commit is contained in:
Candice Bentéjac 2023-01-30 17:20:12 +01:00
parent 4df32fa533
commit ad7e82ee86

View file

@ -193,6 +193,7 @@ Dialog {
TextArea {
id: textArea
readOnly: true
implicitWidth: parent.implicitWidth
selectByMouse: true
selectByKeyboard: true
wrapMode: TextArea.WrapAnywhere