mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-26 07:26:00 +01:00
parent
04a35891a1
commit
05eb2d4af2
1 changed files with 3 additions and 0 deletions
|
@ -1005,6 +1005,9 @@ void CHyprMasterLayout::moveWindowTo(CWindow* pWindow, const std::string& dir) {
|
||||||
|
|
||||||
const auto PWINDOW2 = g_pCompositor->getWindowInDirection(pWindow, dir[0]);
|
const auto PWINDOW2 = g_pCompositor->getWindowInDirection(pWindow, dir[0]);
|
||||||
|
|
||||||
|
if (!PWINDOW2)
|
||||||
|
return;
|
||||||
|
|
||||||
pWindow->setAnimationsToMove();
|
pWindow->setAnimationsToMove();
|
||||||
|
|
||||||
if (pWindow->m_iWorkspaceID != PWINDOW2->m_iWorkspaceID) {
|
if (pWindow->m_iWorkspaceID != PWINDOW2->m_iWorkspaceID) {
|
||||||
|
|
Loading…
Reference in a new issue