Skip to content

Commit 05b2e5d

Browse files
garaevdidanirabbit
authored andcommitted
BackgroundBlurEffect: fix getting layout
1 parent e90f92a commit 05b2e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BackgroundBlurEffect.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public class Gala.BackgroundBlurEffect : Clutter.Effect {
168168
Mtk.Rectangle stage_view_layout = {};
169169

170170
box_scale_factor = stage_view.get_scale ();
171-
stage_view.get_layout (ref stage_view_layout);
171+
stage_view.get_layout (stage_view_layout);
172172

173173
origin_x -= stage_view_layout.x;
174174
origin_y -= stage_view_layout.y;

0 commit comments

Comments
 (0)