notify workspace protocol of workspace group change

This commit is contained in:
vaxerski
2022-05-30 20:51:45 +02:00
parent b2474d406a
commit c9041bf5c9
3 changed files with 25 additions and 0 deletions

View File

@@ -997,6 +997,7 @@ void CCompositor::moveWorkspaceToMonitor(CWorkspace* pWorkspace, SMonitor* pMoni
// move the workspace
pWorkspace->m_iMonitorID = pMonitor->ID;
pWorkspace->moveToMonitor(pMonitor->ID);
for (auto& w : m_lWindows) {
if (w.m_iWorkspaceID == pWorkspace->m_iID)