Move invalidation issue todo to tests

This commit is contained in:
Joseph Madamba 2023-10-10 22:14:23 -07:00
parent f2aff628b2
commit e32be36d92
2 changed files with 2 additions and 2 deletions

View File

@ -34,6 +34,8 @@ namespace osu.Game.Tests.Visual.SongSelect
[BackgroundDependencyLoader]
private void load()
{
// TODO: invalidation seems to be one-off when clicking slider to a certain value, so drag for now
// doesn't seem to happen in-game (when toggling window mode)
AddSliderStep("change relative width", 0, 1f, 0.6f, v =>
{
relativeWidth = v;

View File

@ -510,8 +510,6 @@ namespace osu.Game.Online.Leaderboards
{
Scheduler.AddOnce(() =>
{
// TODO: may not always invalidate as expected
// when width decreases
// - hide statistics, then
// - hide avatar, then