Skip to content
Commit 25f47327 authored by David Edmundson's avatar David Edmundson Committed by Vlad Zahorodnii
Browse files

effects/overview: Avoid relaying text during animation

There is a window title beneat the stock WindowHeapDelegate. The label
was bound to the size of the window, but because this animates our label
resizes every frame too.

Given the label is only at full opacity when the window is filling the
ExpoCell, we can set the width of our label to that directly.

This looks less glitchy as we don't change wrapping during animation,
but also should have a noticable performance impact as we avoid
re-laying out multiple times.
parent f3aaede3
Pipeline #549521 passed with stage
in 12 minutes and 6 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment