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_pHyprRenderer->damageWindow(DRAGGINGWINDOW);
|
||||||
|
|
||||||
g_pKeybindManager->shadowKeybinds();
|
g_pKeybindManager->shadowKeybinds();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue