Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
  • Loading branch information
nnyyxxxx committed Feb 6, 2025
1 parent 69a94b0 commit 6cd1da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Compositor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1190,7 +1190,7 @@ void CCompositor::focusWindow(PHLWINDOW pWindow, SP<CWLSurfaceResource> pSurface
if (*PFOLLOWMOUSE == 0)
g_pInputManager->sendMotionEventsToFocused();

if (pWindow->m_sGroupData.pNextWindow.lock())
if (pWindow->m_sGroupData.pNextWindow)
pWindow->deactivateGroupMembers();
}

Expand Down

0 comments on commit 6cd1da3

Please sign in to comment.