diff --git a/toplevel.cpp b/toplevel.cpp index 1c172211f2..cfe9e4b1e1 100644 --- a/toplevel.cpp +++ b/toplevel.cpp @@ -462,6 +462,7 @@ void Toplevel::elevate(bool elevate) return; } effectWindow()->elevate(elevate); + addWorkspaceRepaint(visibleRect()); } pid_t Toplevel::pid() const