mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 22:27:25 +08:00
Merge pull request #17931 from peppy/revert-schedule-revert
Fix regression in settings filter display
This commit is contained in:
commit
b283586f7d
@ -195,8 +195,11 @@ namespace osu.Game.Graphics.Containers
|
||||
|
||||
protected void InvalidateScrollPosition()
|
||||
{
|
||||
lastKnownScroll = null;
|
||||
lastClickedSection = null;
|
||||
Schedule(() =>
|
||||
{
|
||||
lastKnownScroll = null;
|
||||
lastClickedSection = null;
|
||||
});
|
||||
}
|
||||
|
||||
protected override void UpdateAfterChildren()
|
||||
|
Loading…
Reference in New Issue
Block a user