mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 11:05:58 +01:00
parent
79a139c949
commit
32555e98dd
1 changed files with 2 additions and 0 deletions
|
@ -453,6 +453,8 @@ void CWindow::onUnmap() {
|
||||||
|
|
||||||
if (g_pCompositor->m_pLastWindow == this)
|
if (g_pCompositor->m_pLastWindow == this)
|
||||||
g_pCompositor->m_pLastWindow = nullptr;
|
g_pCompositor->m_pLastWindow = nullptr;
|
||||||
|
if (g_pInputManager->currentlyDraggedWindow == this)
|
||||||
|
g_pInputManager->currentlyDraggedWindow = nullptr;
|
||||||
|
|
||||||
m_iLastWorkspace = m_pWorkspace->m_iID;
|
m_iLastWorkspace = m_pWorkspace->m_iID;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue