mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Fix QML warnings
This commit is contained in:
parent
045f4c51fa
commit
4f91389941
5 changed files with 26 additions and 8 deletions
|
@ -88,7 +88,7 @@ Window
|
|||
right: parent.right
|
||||
}
|
||||
|
||||
textArea.text: manager.getExampleData()
|
||||
textArea.text: (manager === null) ? "" : manager.getExampleData()
|
||||
textArea.textFormat: Text.RichText
|
||||
textArea.wrapMode: Text.Wrap
|
||||
textArea.readOnly: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue