mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 19:42:55 +08:00
Revert "Remove one more unnecessary schedule"
This reverts commit f282e5b013
.
This commit is contained in:
parent
ca6c292a08
commit
5f3ff51f7e
@ -195,8 +195,11 @@ namespace osu.Game.Graphics.Containers
|
|||||||
|
|
||||||
protected void InvalidateScrollPosition()
|
protected void InvalidateScrollPosition()
|
||||||
{
|
{
|
||||||
lastKnownScroll = null;
|
Schedule(() =>
|
||||||
lastClickedSection = null;
|
{
|
||||||
|
lastKnownScroll = null;
|
||||||
|
lastClickedSection = null;
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void UpdateAfterChildren()
|
protected override void UpdateAfterChildren()
|
||||||
|
Loading…
Reference in New Issue
Block a user