mirror of
https://github.com/ppy/osu
synced 2025-01-02 20:32:10 +00:00
Add "new" override for ScrollToEnd To UserTrackingScrollContainer
This commit is contained in:
parent
dcb1626e4d
commit
ed63b571d2
@ -45,5 +45,11 @@ namespace osu.Game.Graphics.Containers
|
||||
UserScrolling = false;
|
||||
base.ScrollTo(value, animated, distanceDecay);
|
||||
}
|
||||
|
||||
public new void ScrollToEnd(bool animated = true, bool allowDuringDrag = false)
|
||||
{
|
||||
UserScrolling = false;
|
||||
base.ScrollToEnd(animated, allowDuringDrag);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user