IsEnabled property for drag bar of music controller.

This commit is contained in:
Huo Yaoyuan
2016-12-01 08:20:24 +08:00
parent 19897013a0
commit 3a4fb2ffed
2 changed files with 15 additions and 1 deletions

View File

@ -240,6 +240,7 @@ namespace osu.Game.Overlays
private void workingChanged(object sender = null, EventArgs e = null)
{
progress.IsEnabled = (beatmapSource.Value != null);
if (beatmapSource.Value == current) return;
bool audioEquals = current?.BeatmapInfo.AudioEquals(beatmapSource.Value.BeatmapInfo) ?? false;
current = beatmapSource.Value;