mirror of
https://github.com/ppy/osu
synced 2024-12-15 03:16:17 +00: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
|
// We don't want the centre marker to scroll
|
||||||
AddInternal(new CentreMarker());
|
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);
|
WaveformVisible.ValueChanged += visible => waveform.FadeTo(visible ? 1 : 0, 200, Easing.OutQuint);
|
||||||
|
|
||||||
Beatmap.BindTo(beatmap);
|
Beatmap.BindTo(beatmap);
|
||||||
|
Loading…
Reference in New Issue
Block a user