mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 18:45:59 +01:00
fixed dragging tiled windows cuz i broke it
This commit is contained in:
parent
a06638d87a
commit
8a4f6d01f3
1 changed files with 1 additions and 0 deletions
|
@ -338,6 +338,7 @@ void CHyprDwindleLayout::onBeginDragWindow() {
|
|||
if (g_pInputManager->dragButton == BTN_LEFT) {
|
||||
changeWindowFloatingMode(DRAGGINGWINDOW);
|
||||
DRAGGINGWINDOW->m_bIsFloating = true;
|
||||
DRAGGINGWINDOW->m_bDraggingTiled = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue