diff options
author | memchr <[email protected]> | 2023-09-10 11:55:18 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2023-09-10 12:55:18 +0100 |
commit | a781c152ff9805c1a5c69c6d8575deee6fdce34b (patch) | |
tree | 3d048c077442dcfb483d2e7c1754ad75fa3c7eb3 /src/layout/MasterLayout.cpp | |
parent | f7f70c9e72e210dea0326d19aacb018aaba866be (diff) | |
download | Hyprland-a781c152ff9805c1a5c69c6d8575deee6fdce34b.tar.gz Hyprland-a781c152ff9805c1a5c69c6d8575deee6fdce34b.zip |
fix(layout): remove `focusWindow` calls from `onWindowCreatedTiling` (#3233)
Diffstat (limited to 'src/layout/MasterLayout.cpp')
-rw-r--r-- | src/layout/MasterLayout.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/layout/MasterLayout.cpp b/src/layout/MasterLayout.cpp index 055f4e3f..42e2175c 100644 --- a/src/layout/MasterLayout.cpp +++ b/src/layout/MasterLayout.cpp @@ -120,7 +120,6 @@ void CHyprMasterLayout::onWindowCreatedTiling(CWindow* pWindow) { pWindow->updateWindowDecos(); recalculateWindow(pWindow); - g_pCompositor->focusWindow(pWindow); return; } } |