From c69dec566c17c5cf5b324ebde41a0c8042b4acc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Wed, 7 Jan 2015 10:53:32 +0100 Subject: [PATCH] Use layerRepaint with visibleRect from Client::map When map is called we need to repaint the complete area including decoration shadows (e.g. might be called after unminimize). Therefore we use a layer repaint with the visibleRect. BUG: 342085 REVIEW: 121891 --- client.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/client.cpp b/client.cpp index 8dd6cb055f..473b91374f 100644 --- a/client.cpp +++ b/client.cpp @@ -1178,6 +1178,7 @@ void Client::map() exportMappingState(NormalState); } else exportMappingState(IconicState); + addLayerRepaint(visibleRect()); } /**