update visibleRect when elevating toplevel
required to clean eg. the blur cache and because the stacking changes. BUG: 321831 FIXED-IN: 4.11 REVIEW: 111359
This commit is contained in:
parent
5cf328fbec
commit
5bd49bfee2
1 changed files with 1 additions and 0 deletions
|
@ -462,6 +462,7 @@ void Toplevel::elevate(bool elevate)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
effectWindow()->elevate(elevate);
|
effectWindow()->elevate(elevate);
|
||||||
|
addWorkspaceRepaint(visibleRect());
|
||||||
}
|
}
|
||||||
|
|
||||||
pid_t Toplevel::pid() const
|
pid_t Toplevel::pid() const
|
||||||
|
|
Loading…
Reference in a new issue