mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Make it possible to disable ExpandableComponent
It won't show the drop-down icon then, won't do hovers and won't allow you to click on it. This will not remove the contents of the ExpandableComponent menu bar item though, so that has to be done in ConfigurationMenu.qml. Contributes to issue CURA-5876.
This commit is contained in:
parent
f1fec2f280
commit
1e69960464
2 changed files with 4 additions and 1 deletions
|
@ -45,6 +45,7 @@ Cura.ExpandableComponent
|
|||
orientation: ListView.Horizontal
|
||||
anchors.fill: parent
|
||||
model: extrudersModel
|
||||
visible: base.enabled
|
||||
|
||||
delegate: Item
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue