fix cursor image on drag not resize

This commit is contained in:
vaxerski 2023-02-26 23:08:20 +00:00
parent 18ed73f091
commit 2e21ad875b
1 changed files with 3 additions and 0 deletions

View File

@ -223,6 +223,9 @@ void IHyprLayout::onBeginDragWindow() {
}
}
if (g_pInputManager->dragMode != MBIND_RESIZE)
g_pInputManager->setCursorImageUntilUnset("grab");
g_pHyprRenderer->damageWindow(DRAGGINGWINDOW);
g_pKeybindManager->shadowKeybinds();