From 5bd49bfee24152981d8c92a93c862c7be51b7bc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20L=C3=BCbking?= Date: Tue, 2 Jul 2013 12:45:55 +0200 Subject: [PATCH] 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 --- toplevel.cpp | 1 + 1 file changed, 1 insertion(+) 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