Browse Source

Fix missing visibility in the RowLayout of the ConfigurationMenu

This fixes the issue of the "Select configuration" label appearing on
top of the extruders in the configuration menu. This could be observed
when adding a UM2 with Olsson block.
Kostas Karmas 4 years ago
parent
commit
58218d76c2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml

+ 1 - 0
resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml

@@ -41,6 +41,7 @@ Cura.ExpandablePopup
         RowLayout
         {
             anchors.fill: parent
+            visible: Cura.MachineManager.activeMachine ? Cura.MachineManager.activeMachine.hasMaterials : false
             Repeater
             {
                 model: extrudersModel