We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e64a4 commit c51cedcCopy full SHA for c51cedc
src/Gestures/ActorTarget.vala
@@ -29,6 +29,7 @@ public class Gala.ActorTarget : Clutter.Actor, GestureTarget {
29
30
private void sync_target (GestureTarget target) {
31
for (int action = 0; action < current_progress.length; action++) {
32
+ target.propagate (COMMIT, action, current_progress[action]);
33
target.propagate (UPDATE, action, current_progress[action]);
34
}
35
0 commit comments