From 7609bce73a13fcbd28ce824756438a8526e47a0a Mon Sep 17 00:00:00 2001 From: Leonhard Date: Thu, 13 Aug 2026 14:48:45 +0200 Subject: [PATCH] BackgroundBlurEffect: Dont update actor size in construct --- lib/Effects/BackgroundBlurEffect.vala | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Effects/BackgroundBlurEffect.vala b/lib/Effects/BackgroundBlurEffect.vala index 5b4cfa06b..e62bf97b0 100644 --- a/lib/Effects/BackgroundBlurEffect.vala +++ b/lib/Effects/BackgroundBlurEffect.vala @@ -112,7 +112,6 @@ public class Gala.BackgroundBlurEffect : Clutter.Effect { round_actor_size_location = round_pipeline.get_uniform_location ("actor_size"); update_clip_radius (); - update_actor_size (); notify["monitor-scale"].connect (update_clip_radius); }