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);
|
||||
}
|
||||
|
||||
for (ClientList::ConstIterator it = clients.constBegin();
|
||||
it != clients.constEnd();
|
||||
for (auto it = m_allClients.constBegin();
|
||||
it != m_allClients.constEnd();
|
||||
++it)
|
||||
(*it)->checkWorkspacePosition();
|
||||
for (ClientList::ConstIterator it = desktops.constBegin();
|
||||
|
|
Loading…
Reference in a new issue