mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-06 23:21:57 -07:00
fix cursor image on drag not resize
This commit is contained in:
@@ -223,6 +223,9 @@ void IHyprLayout::onBeginDragWindow() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (g_pInputManager->dragMode != MBIND_RESIZE)
|
||||||
|
g_pInputManager->setCursorImageUntilUnset("grab");
|
||||||
|
|
||||||
g_pHyprRenderer->damageWindow(DRAGGINGWINDOW);
|
g_pHyprRenderer->damageWindow(DRAGGINGWINDOW);
|
||||||
|
|
||||||
g_pKeybindManager->shadowKeybinds();
|
g_pKeybindManager->shadowKeybinds();
|
||||||
|
Reference in New Issue
Block a user