mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 14:32:55 +08:00
Add TODO about scroll behaviour which is missing
This commit is contained in:
parent
cf5da44492
commit
ebb83a5e49
@ -61,6 +61,7 @@ namespace osu.Game.Screens.Edit.Timing
|
||||
|
||||
selectedGroup.BindValueChanged(group =>
|
||||
{
|
||||
// TODO: This should scroll the selected row into view.
|
||||
foreach (var b in BackgroundFlow) b.Selected = b.Item == group.NewValue;
|
||||
}, true);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user