mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 16:25:59 +01:00
sanity check workspaces after enabling mirror
This commit is contained in:
parent
fa79703b04
commit
545e63d1dd
1 changed files with 2 additions and 0 deletions
|
@ -407,6 +407,8 @@ void CMonitor::setMirror(const std::string& mirrorOf) {
|
|||
std::erase_if(g_pCompositor->m_vMonitors, [&](const auto& other) { return other.get() == this; });
|
||||
|
||||
g_pCompositor->setActiveMonitor(g_pCompositor->m_vMonitors.front().get());
|
||||
|
||||
g_pCompositor->sanityCheckWorkspaces();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue