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:
@@ -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",
|
||||
},
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user