mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 19:22:56 +08:00
Merge pull request #14467 from rednir/update-section-selection-childcount
Fix settings section not being selected when the search term changes
This commit is contained in:
commit
d91bb5c37c
@ -211,7 +211,7 @@ namespace osu.Game.Overlays
|
||||
|
||||
loading.Hide();
|
||||
|
||||
searchTextBox.Current.BindValueChanged(term => SectionsContainer.SearchContainer.SearchTerm = term.NewValue, true);
|
||||
searchTextBox.Current.BindValueChanged(term => SectionsContainer.SearchTerm = term.NewValue, true);
|
||||
searchTextBox.TakeFocus();
|
||||
|
||||
loadSidebarButtons();
|
||||
|
Loading…
Reference in New Issue
Block a user