Change display to always show progress bar, only hiding seeking handle instead

This commit is contained in:
Dean Herbert
2020-01-24 14:21:22 +09:00
parent da65fff48e
commit 997b49f6dc
4 changed files with 29 additions and 6 deletions

View File

@ -6,6 +6,9 @@ using System.Collections.Generic;
using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Testing;
using osu.Framework.Utils;
using osu.Framework.Timing;
using osu.Game.Graphics;