Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml/Dialogs/WorkspaceSummaryDialog.qml')
-rw-r--r--resources/qml/Dialogs/WorkspaceSummaryDialog.qml8
1 files changed, 2 insertions, 6 deletions
diff --git a/resources/qml/Dialogs/WorkspaceSummaryDialog.qml b/resources/qml/Dialogs/WorkspaceSummaryDialog.qml
index 6fe9607274..32015b902a 100644
--- a/resources/qml/Dialogs/WorkspaceSummaryDialog.qml
+++ b/resources/qml/Dialogs/WorkspaceSummaryDialog.qml
@@ -57,11 +57,7 @@ UM.Dialog
expanded: ["*"]
visibilityHandler: UM.SettingPreferenceVisibilityHandler { }
}
- UM.I18nCatalog
- {
- id: catalog
- name: "cura"
- }
+
SystemPalette
{
id: palette
@@ -143,7 +139,7 @@ UM.Dialog
{
width: parent.width
height: childrenRect.height
- model: Cura.MachineManager.activeMachine.extruderList
+ model: Cura.MachineManager.activeMachine ? Cura.MachineManager.activeMachine.extruderList : null
delegate: Column
{
height: childrenRect.height