1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 16:42:57 +08:00

Fix filter not taking effect if applied before panel load completion

This commit is contained in:
Bartłomiej Dach 2022-04-17 22:30:02 +02:00
parent 8af865a1c5
commit 881df7663d
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

View File

@ -159,7 +159,7 @@ namespace osu.Game.Overlays.Mods
playStateChangeSamples(); playStateChangeSamples();
UpdateState(); UpdateState();
}); });
Filtered.BindValueChanged(_ => updateFilterState()); Filtered.BindValueChanged(_ => updateFilterState(), true);
UpdateState(); UpdateState();
FinishTransforms(true); FinishTransforms(true);