mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Revert "Revert "Remove one more unnecessary schedule""
This reverts commit 5f3ff51f7e
.
This commit is contained in:
@ -195,11 +195,8 @@ namespace osu.Game.Graphics.Containers
|
|||||||
|
|
||||||
protected void InvalidateScrollPosition()
|
protected void InvalidateScrollPosition()
|
||||||
{
|
{
|
||||||
Schedule(() =>
|
lastKnownScroll = null;
|
||||||
{
|
lastClickedSection = null;
|
||||||
lastKnownScroll = null;
|
|
||||||
lastClickedSection = null;
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void UpdateAfterChildren()
|
protected override void UpdateAfterChildren()
|
||||||
|
Reference in New Issue
Block a user