#32 extension: Do not relayout on scale changes
Opened by garnacho. Modified
garnacho/background-logo-extension garnacho/overview-animation-glitches  into  master

This makes the background logo position flicker as we enter the
overview. This actor is part of the BackgroundActor actor hierarchy,
and can be left to scale neatly with it.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1943938

IconContainer considers the scale for its size request, so rather than just removing the relayout, can we get rid of the custom actor altogether?

Any updates on this? Should be an easy fix I hope!

Metadata