mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-26 16:06:00 +01:00
master: fix moving window between monitors (#3721)
This commit is contained in:
parent
ef90d1eaaf
commit
f10996b575
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ void CHyprMasterLayout::onWindowCreatedTiling(CWindow* pWindow, eDirection direc
|
||||||
|
|
||||||
const auto MOUSECOORDS = g_pInputManager->getMouseCoordsInternal();
|
const auto MOUSECOORDS = g_pInputManager->getMouseCoordsInternal();
|
||||||
|
|
||||||
if (g_pInputManager->m_bWasDraggingWindow) {
|
if (g_pInputManager->m_bWasDraggingWindow && OPENINGON) {
|
||||||
for (auto& wd : OPENINGON->pWindow->m_dWindowDecorations) {
|
for (auto& wd : OPENINGON->pWindow->m_dWindowDecorations) {
|
||||||
if (!wd->allowsInput())
|
if (!wd->allowsInput())
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in a new issue