fix secondary test for hiding utility windows
broke with 2ae475ce CCBUG: 320921 REVIEW: 111302
This commit is contained in:
parent
dcd670692b
commit
89a1027ac8
1 changed files with 1 additions and 1 deletions
|
@ -703,7 +703,7 @@ void Workspace::updateToolWindows(bool also_hide)
|
|||
for (ClientList::ConstIterator it2 = mainclients.constBegin();
|
||||
it2 != mainclients.constEnd();
|
||||
++it2) {
|
||||
if (c->isSpecialWindow())
|
||||
if ((*it2)->isSpecialWindow())
|
||||
show = true;
|
||||
}
|
||||
if (!show)
|
||||
|
|
Loading…
Reference in a new issue