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.
This commit is contained in:
Kostas Karmas 2020-06-16 16:35:22 +02:00
parent 560c0c8657
commit 58218d76c2

View File

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