mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
Fix some warnings
Contributes to CL-1152
This commit is contained in:
parent
2db5d2b231
commit
32f2b7ec1f
4 changed files with 10 additions and 2 deletions
|
@ -54,6 +54,10 @@ UM.Dialog
|
|||
wrapMode: Text.WordWrap
|
||||
text:
|
||||
{
|
||||
if (!printer.activePrintJob)
|
||||
{
|
||||
return ""
|
||||
}
|
||||
var topLine
|
||||
if (materialsAreKnown(printer.activePrintJob))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue