mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-09 16:25:59 +01:00
parent
a4c1f4a03d
commit
31e1287da2
1 changed files with 0 additions and 3 deletions
|
@ -191,9 +191,6 @@ void CSubsurface::onUnmap() {
|
||||||
if (m_sWLSurface.wlr() == g_pCompositor->m_pLastFocus)
|
if (m_sWLSurface.wlr() == g_pCompositor->m_pLastFocus)
|
||||||
g_pInputManager->releaseAllMouseButtons();
|
g_pInputManager->releaseAllMouseButtons();
|
||||||
|
|
||||||
if (m_pWindowParent)
|
|
||||||
m_pWindowParent->updateSurfaceScaleTransformDetails();
|
|
||||||
|
|
||||||
g_pInputManager->simulateMouseMovement();
|
g_pInputManager->simulateMouseMovement();
|
||||||
|
|
||||||
// TODO: should this remove children? Currently it won't, only on .destroy
|
// TODO: should this remove children? Currently it won't, only on .destroy
|
||||||
|
|
Loading…
Reference in a new issue