mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
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:
parent
560c0c8657
commit
58218d76c2
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ Cura.ExpandablePopup
|
|||
RowLayout
|
||||
{
|
||||
anchors.fill: parent
|
||||
visible: Cura.MachineManager.activeMachine ? Cura.MachineManager.activeMachine.hasMaterials : false
|
||||
Repeater
|
||||
{
|
||||
model: extrudersModel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue