mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 11:14:21 +08: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
@ -41,6 +41,7 @@ Cura.ExpandablePopup
|
||||
RowLayout
|
||||
{
|
||||
anchors.fill: parent
|
||||
visible: Cura.MachineManager.activeMachine ? Cura.MachineManager.activeMachine.hasMaterials : false
|
||||
Repeater
|
||||
{
|
||||
model: extrudersModel
|
||||
|
Loading…
x
Reference in New Issue
Block a user