Split off "select all mods" button to separate class

This commit is contained in:
Bartłomiej Dach
2022-05-25 22:18:30 +02:00
parent a3f2962558
commit f0303d76e8
3 changed files with 38 additions and 30 deletions

View File

@ -242,7 +242,7 @@ namespace osu.Game.Overlays.Mods
/// <summary>
/// Select all visible mods in all columns.
/// </summary>
protected void SelectAll()
public void SelectAll()
{
foreach (var column in columnFlow.Columns)
column.SelectAll();