Skip to content

clutter/align-constraint: Listen to queue-relayout signal of source

Just like the ClutterBindConstraint, the ClutterAlignConstraint should listen to "queue-relayout" of its source actor, not "notify::allocation". That's because the latter will queue a relayout during an allocation cycle and might cause relayout loops.

Merge request reports