Skip to content

Commit a2d3198

Browse files
committed
Oops
1 parent 0cf8204 commit a2d3198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Widgets/MultitaskingView/WindowClone.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public class Gala.WindowClone : ActorTarget, RootTarget {
127127
add_action (drag_action);
128128
}
129129

130-
active_shape = new ActiveShape (monitor_scale) {};
130+
active_shape = new ActiveShape (monitor_scale);
131131
active_shape.opacity = 0;
132132
bind_property ("monitor-scale", active_shape, "monitor-scale");
133133

0 commit comments

Comments
 (0)