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:
parent
8af865a1c5
commit
881df7663d
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user