mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 15:45:59 +01:00
fix cursor image on drag not resize
This commit is contained in:
parent
18ed73f091
commit
2e21ad875b
1 changed files with 3 additions and 0 deletions
|
@ -223,6 +223,9 @@ void IHyprLayout::onBeginDragWindow() {
|
|||
}
|
||||
}
|
||||
|
||||
if (g_pInputManager->dragMode != MBIND_RESIZE)
|
||||
g_pInputManager->setCursorImageUntilUnset("grab");
|
||||
|
||||
g_pHyprRenderer->damageWindow(DRAGGINGWINDOW);
|
||||
|
||||
g_pKeybindManager->shadowKeybinds();
|
||||
|
|
Loading…
Reference in a new issue