Call checkWorkspacePosition also for Wayland clients in ::updateClientArea
This commit is contained in:
parent
8cdfb0e88f
commit
226c9a0367
1 changed files with 2 additions and 2 deletions
|
@ -259,8 +259,8 @@ void Workspace::updateClientArea(bool force)
|
||||||
rootInfo()->setWorkArea(i, r);
|
rootInfo()->setWorkArea(i, r);
|
||||||
}
|
}
|
||||||
|
|
||||||
for (ClientList::ConstIterator it = clients.constBegin();
|
for (auto it = m_allClients.constBegin();
|
||||||
it != clients.constEnd();
|
it != m_allClients.constEnd();
|
||||||
++it)
|
++it)
|
||||||
(*it)->checkWorkspacePosition();
|
(*it)->checkWorkspacePosition();
|
||||||
for (ClientList::ConstIterator it = desktops.constBegin();
|
for (ClientList::ConstIterator it = desktops.constBegin();
|
||||||
|
|
Loading…
Reference in a new issue