mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 09:05:53 +08: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
@ -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…
x
Reference in New Issue
Block a user