mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07: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