fixed dragging tiled windows cuz i broke it

This commit is contained in:
vaxerski 2022-04-10 20:02:36 +02:00
parent a06638d87a
commit 8a4f6d01f3

View file

@ -338,6 +338,7 @@ void CHyprDwindleLayout::onBeginDragWindow() {
if (g_pInputManager->dragButton == BTN_LEFT) {
changeWindowFloatingMode(DRAGGINGWINDOW);
DRAGGINGWINDOW->m_bIsFloating = true;
DRAGGINGWINDOW->m_bDraggingTiled = true;
}
}