1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 09:47:52 +08:00

Remove scrollbar depth change as scrollbar is hidden now

This commit is contained in:
Dean Herbert 2018-06-18 03:19:21 +09:00
parent d58ef96a23
commit bec6e3083e

View File

@ -45,9 +45,6 @@ namespace osu.Game.Screens.Edit.Screens.Compose.Timeline
// We don't want the centre marker to scroll
AddInternal(new CentreMarker());
// Make sure that the scrollbar is above the centre marker
ChangeInternalChildDepth(Scrollbar, -1);
WaveformVisible.ValueChanged += visible => waveform.FadeTo(visible ? 1 : 0, 200, Easing.OutQuint);
Beatmap.BindTo(beatmap);