Skip to content

Commit 92e73a8

Browse files
committed
Port ActiveShape and WindowSwitcherIcon
1 parent 88b405f commit 92e73a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Widgets/MultitaskingView/WindowClone.vala

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,9 @@ public class Gala.WindowClone : ActorTarget, RootTarget {
124124
add_action (drag_action);
125125
}
126126

127-
active_shape = new ActiveShape ();
128-
active_shape.opacity = 0;
127+
active_shape = new ActiveShape () {
128+
opacity = 0
129+
};
129130

130131
clone_container = new Clutter.Actor () {
131132
pivot_point = { 0.5f, 0.5f }

src/Widgets/WindowSwitcher/WindowSwitcherIcon.vala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ public class Gala.WindowSwitcherIcon : Clutter.Actor {
6161
get_accessible ().notify_state_change (Atk.StateType.FOCUSABLE, true);
6262

6363
reactive = true;
64-
6564
this.scale_factor = scale_factor;
6665
}
6766
}

0 commit comments

Comments
 (0)