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,7 +1096,8 @@ void Client::updateVisibility()
|
|||
internalHide(Allowed);
|
||||
return;
|
||||
}
|
||||
resetShowingDesktop(true);
|
||||
if (isManaged())
|
||||
resetShowingDesktop(true);
|
||||
internalShow(Allowed);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue