mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-30 02:37:26 +02:00
[qml] Qt5.15: Fix binding loop on TextArea's implicit width
This commit is contained in:
parent
4df32fa533
commit
ad7e82ee86
1 changed files with 1 additions and 0 deletions
|
@ -193,6 +193,7 @@ Dialog {
|
||||||
TextArea {
|
TextArea {
|
||||||
id: textArea
|
id: textArea
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
implicitWidth: parent.implicitWidth
|
||||||
selectByMouse: true
|
selectByMouse: true
|
||||||
selectByKeyboard: true
|
selectByKeyboard: true
|
||||||
wrapMode: TextArea.WrapAnywhere
|
wrapMode: TextArea.WrapAnywhere
|
||||||
|
|
Loading…
Add table
Reference in a new issue