Fix unredirected windows not redrawn after display resolution change
REVIEW: 109597 BUG: 305781 FIXED-IN: 4.10.2
This commit is contained in:
parent
cd93f3c486
commit
ba4ad5c855
1 changed files with 3 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue