Skip to content

Commit c51cedc

Browse files
committed
Fix visual bug, squash to gestures
1 parent a2e64a4 commit c51cedc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Gestures/ActorTarget.vala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public class Gala.ActorTarget : Clutter.Actor, GestureTarget {
2929

3030
private void sync_target (GestureTarget target) {
3131
for (int action = 0; action < current_progress.length; action++) {
32+
target.propagate (COMMIT, action, current_progress[action]);
3233
target.propagate (UPDATE, action, current_progress[action]);
3334
}
3435
}

0 commit comments

Comments
 (0)