mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:37:28 +08:00
Select search box text on ModSelectOverlay when mod selection changes
This commit is contained in:
parent
cbfcda7929
commit
dce9204731
@ -565,6 +565,9 @@ namespace osu.Game.Overlays.Mods
|
||||
.ToArray();
|
||||
|
||||
SelectedMods.Value = ComputeNewModsFromSelection(SelectedMods.Value, candidateSelection);
|
||||
|
||||
if (SearchTextBox.HasFocus)
|
||||
SearchTextBox.SelectAll();
|
||||
}
|
||||
|
||||
#region Transition handling
|
||||
|
Loading…
Reference in New Issue
Block a user