forked from Shinonome/dots-hyprland
overview: fix dragging z index (#2068)
This commit is contained in:
@@ -188,7 +188,7 @@ Item {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
z: atInitPosition ? (root.windowZ + windowData?.floating) : root.windowDraggingZ
|
z: Drag.active ? root.windowDraggingZ : (root.windowZ + windowData?.floating)
|
||||||
Drag.hotSpot.x: targetWindowWidth / 2
|
Drag.hotSpot.x: targetWindowWidth / 2
|
||||||
Drag.hotSpot.y: targetWindowHeight / 2
|
Drag.hotSpot.y: targetWindowHeight / 2
|
||||||
MouseArea {
|
MouseArea {
|
||||||
|
|||||||
Reference in New Issue
Block a user