Fix unredirected windows not redrawn after display resolution change

REVIEW: 109597
BUG: 305781
FIXED-IN: 4.10.2
icc-effect-5.14.5
Alexander Mezin 2013-03-20 13:10:34 +07:00 committed by Martin Gräßlin
parent cd93f3c486
commit ba4ad5c855
1 changed files with 3 additions and 0 deletions

View File

@ -82,6 +82,9 @@ void Workspace::desktopResized()
if (effects) {
static_cast<EffectsHandlerImpl*>(effects)->desktopResized(geom.size());
}
//Update the shape of the overlay window to fix redrawing of unredirected windows. bug#305781
m_compositor->checkUnredirect(true);
}
void Workspace::saveOldScreenSizes()