1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 19:10:43 +08:00

Update filter control's status text with beatmap displayed count

This also fixes code running in `Update` which shouldn't be, by
consuming the new `NewItemsPresented` callback.

Fields and properties are renamed to knock some sense into things (was
previously called two or three different things).
This commit is contained in:
Dean Herbert
2025-05-09 14:51:54 +09:00
Unverified
parent a957f41ffc
commit 1edbdc5aac
5 changed files with 71 additions and 24 deletions
@@ -54,7 +54,7 @@ namespace osu.Game.Tests.Visual.UserInterface
Anchor = Anchor.Centre,
RelativeSizeAxes = Axes.X,
Width = 0.5f,
FilterText = "12345 matches",
StatusText = "12345 matches",
},
}
},