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; });
|
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->setActiveMonitor(g_pCompositor->m_vMonitors.front().get());
|
||||||
|
|
||||||
|
g_pCompositor->sanityCheckWorkspaces();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue