mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 10:59:01 +08:00
Hide layer view toolset when in monitoring mode
This commit is contained in:
parent
bd0b145036
commit
89cbaca257
@ -31,6 +31,8 @@ Item
|
|||||||
return base.mapFromItem(parent.parent, parent.buttonTarget.x, parent.buttonTarget.y);
|
return base.mapFromItem(parent.parent, parent.buttonTarget.x, parent.buttonTarget.y);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
visible: !parent.parent.monitoringPrint
|
||||||
|
|
||||||
UM.PointingRectangle {
|
UM.PointingRectangle {
|
||||||
id: layerViewMenu
|
id: layerViewMenu
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
|
Loading…
x
Reference in New Issue
Block a user