mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Remove scrollbar depth change as scrollbar is hidden now
This commit is contained in:
parent
d58ef96a23
commit
bec6e3083e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user