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
icc-effect-5.14.5
Martin Gräßlin 2015-01-07 10:53:32 +01:00
parent ca1354e8af
commit c69dec566c
1 changed files with 1 additions and 0 deletions

View File

@ -1178,6 +1178,7 @@ void Client::map()
exportMappingState(NormalState);
} else
exportMappingState(IconicState);
addLayerRepaint(visibleRect());
}
/**