mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-03 12:03:57 -06:00
only show slider track when layers are available
This commit is contained in:
parent
cd3d4dc80f
commit
4143effbe1
1 changed files with 1 additions and 0 deletions
|
@ -418,6 +418,7 @@ Item
|
||||||
color: parent.trackColor
|
color: parent.trackColor
|
||||||
border.width: parent.trackBorderWidth;
|
border.width: parent.trackBorderWidth;
|
||||||
border.color: parent.trackBorderColor;
|
border.color: parent.trackBorderColor;
|
||||||
|
visible: slider.layersVisible
|
||||||
}
|
}
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue