mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Rename method to be more in line with project naming
This commit is contained in:
@ -61,13 +61,10 @@ namespace osu.Game.Screens.Edit.Timing
|
||||
{
|
||||
base.LoadComplete();
|
||||
|
||||
selectedGroup.BindValueChanged(_ =>
|
||||
{
|
||||
updateSelectedGroup();
|
||||
}, true);
|
||||
selectedGroup.BindValueChanged(_ => updateSelectedGroup(), true);
|
||||
}
|
||||
|
||||
private void updateSelectedGroup() => SetRowSelected(selectedGroup.Value);
|
||||
private void updateSelectedGroup() => SetSelectedRow(selectedGroup.Value);
|
||||
|
||||
private TableColumn[] createHeaders()
|
||||
{
|
||||
|
Reference in New Issue
Block a user