mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-30 10:47:34 +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 {
|
||||
id: textArea
|
||||
readOnly: true
|
||||
implicitWidth: parent.implicitWidth
|
||||
selectByMouse: true
|
||||
selectByKeyboard: true
|
||||
wrapMode: TextArea.WrapAnywhere
|
||||
|
|
Loading…
Add table
Reference in a new issue