mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
If no licence text is set, use empty string
It doesn't really matter that much, but QT complaining about it annoyed me. CURA-4222
This commit is contained in:
parent
6d40882bdc
commit
3b2c528595
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ UM.Dialog
|
|||
anchors.right: parent.right
|
||||
anchors.topMargin: UM.Theme.getSize("default_margin").height
|
||||
readOnly: true
|
||||
text: licenseDialog.licenseContent
|
||||
text: licenseDialog.licenseContent != null ? licenseDialog.licenseContent : ""
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue