1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 01:20:21 +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:
Salman Ahmed
2021-08-23 21:07:41 +03:00
committed by GitHub
Unverified
+1 -1
View File
@@ -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();