mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 17:45:56 +08:00
Fix toolbar being drawn over monitor page
CURA-9401
This commit is contained in:
parent
f4c21631ed
commit
bafffa994c
@ -311,8 +311,6 @@ UM.MainWindow
|
|||||||
property int mouseY: base.mouseY
|
property int mouseY: base.mouseY
|
||||||
property bool tallerThanParent: height > parent.height
|
property bool tallerThanParent: height > parent.height
|
||||||
|
|
||||||
z: 1 // Ensure toolbar and toolpanels are drawn on top
|
|
||||||
|
|
||||||
anchors
|
anchors
|
||||||
{
|
{
|
||||||
verticalCenter: tallerThanParent ? undefined : parent.verticalCenter
|
verticalCenter: tallerThanParent ? undefined : parent.verticalCenter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user