mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 09:59:03 +00:00
697aeae2ad
The test does a clutter_actor_set_scale_full() call that only updates the scale center (i.e. no changes to scale-x/y), but expects to receive notifications of actor scale changes. Since "Revert "Revert "ClutterActor: Optimize away idempotent scale/position updates"" these are optimized away, so just drop the assumption.