Cluster shows default controlItem again when a specific printer is selected

CL-541
This commit is contained in:
Jaime van Kessel 2017-11-30 14:36:53 +01:00
parent d8c4834362
commit 339d7ca4c9
2 changed files with 9 additions and 1 deletions

View file

@ -45,7 +45,7 @@ Column
Repeater
{
id: extrudersRepeater
model: activePrinter.extruders
model: activePrinter!=null ? activePrinter.extruders : null
ExtruderBox
{