notify workspace protocol of workspace group change
This commit is contained in:
parent
b2474d406a
commit
c9041bf5c9
3 changed files with 25 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue