mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
Hide layer view toolset when in monitoring mode
This commit is contained in:
parent
bd0b145036
commit
89cbaca257
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ Item
|
|||
return base.mapFromItem(parent.parent, parent.buttonTarget.x, parent.buttonTarget.y);
|
||||
}
|
||||
|
||||
visible: !parent.parent.monitoringPrint
|
||||
|
||||
UM.PointingRectangle {
|
||||
id: layerViewMenu
|
||||
anchors.right: parent.right
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue