mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix QML null warnings
This commit is contained in:
parent
15f4d1231b
commit
65e1314538
3 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ Cura.ExpandableComponent
|
|||
|
||||
dragPreferencesNamePrefix: "view/settings"
|
||||
|
||||
property bool preSlicedData: PrintInformation.preSliced
|
||||
property bool preSlicedData: PrintInformation !== null && PrintInformation.preSliced
|
||||
|
||||
contentPadding: UM.Theme.getSize("default_lining").width
|
||||
contentHeaderTitle: catalog.i18nc("@label", "Print settings")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue