re-fix resetShowingDesktop invocation
was fixed with f9e182068f380fc67b89501bf40f16aa35dd861b broke it with 3433b31a085a6d3f9439532777cab8fdf1cdf663 REVIEW: 108452 BUG: 302248
This commit is contained in:
parent
d4e12dc815
commit
e51e0112c4
1 changed files with 2 additions and 1 deletions
|
@ -1096,6 +1096,7 @@ void Client::updateVisibility()
|
||||||
internalHide(Allowed);
|
internalHide(Allowed);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if (isManaged())
|
||||||
resetShowingDesktop(true);
|
resetShowingDesktop(true);
|
||||||
internalShow(Allowed);
|
internalShow(Allowed);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue