mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Code quality
This commit is contained in:
@ -141,7 +141,7 @@ namespace osu.Game.Screens.Edit.Timing
|
||||
changeHandler?.SaveState();
|
||||
}, true);
|
||||
|
||||
table.OnRowSelected += (drawable) => scroll.ScrollIntoView(drawable);
|
||||
table.OnRowSelected += drawable => scroll.ScrollIntoView(drawable);
|
||||
}
|
||||
|
||||
protected override bool OnClick(ClickEvent e)
|
||||
|
Reference in New Issue
Block a user