mirror of
https://github.com/osukey/osukey.git
synced 2025-05-21 05:27:17 +09:00
Merge pull request #20265 from peppy/fix-song-progress-invalidations
Fix `SongProgress` invalidating too often
This commit is contained in:
commit
08f0056b37
@ -47,7 +47,10 @@ namespace osu.Game.Screens.Play.HUD
|
|||||||
if (clock != null)
|
if (clock != null)
|
||||||
gameplayClock = clock;
|
gameplayClock = clock;
|
||||||
|
|
||||||
AutoSizeAxes = Axes.Y;
|
// Lock height so changes in text autosize (if character height changes)
|
||||||
|
// don't cause parent invalidation.
|
||||||
|
Height = 14;
|
||||||
|
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
new Container
|
new Container
|
||||||
|
Loading…
x
Reference in New Issue
Block a user