effects/blur: Fix tracking of blur region after compositing restart
updateBlurRegion() doesn't setup a SurfaceInterface::blurChanged() signal connection. slotWindowAdded() does that.
This commit is contained in:
parent
6234357675
commit
e605ea0c46
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ BlurEffect::BlurEffect()
|
|||
// Fetch the blur regions for all windows
|
||||
const auto stackingOrder = effects->stackingOrder();
|
||||
for (EffectWindow *window : stackingOrder) {
|
||||
updateBlurRegion(window);
|
||||
slotWindowAdded(window);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue