Merge pull request #17115 from frenzibyte/manual-channel-scroll

Refactor channel scrolling container to handle non-user scrolls
This commit is contained in:
Dean Herbert
2022-03-07 11:26:23 +09:00
committed by GitHub
4 changed files with 94 additions and 55 deletions

View File

@ -25,8 +25,6 @@ namespace osu.Game.Graphics.Containers
/// </summary>
public bool UserScrolling { get; private set; }
public void CancelUserScroll() => UserScrolling = false;
public UserTrackingScrollContainer()
{
}