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:
Thomas Lübking 2013-07-02 12:45:55 +02:00
parent 5cf328fbec
commit 5bd49bfee2

View file

@ -462,6 +462,7 @@ void Toplevel::elevate(bool elevate)
return;
}
effectWindow()->elevate(elevate);
addWorkspaceRepaint(visibleRect());
}
pid_t Toplevel::pid() const