From 26110cd777e3c4880adc2a10c2bb49e1b64c7947 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Wed, 14 Apr 2021 18:15:11 +0900 Subject: [PATCH] Fix timeline not receiving input (being eaten by composer) --- osu.Game/Screens/Edit/EditorScreenWithTimeline.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/osu.Game/Screens/Edit/EditorScreenWithTimeline.cs b/osu.Game/Screens/Edit/EditorScreenWithTimeline.cs index b4b3aafc68..26083e6a82 100644 --- a/osu.Game/Screens/Edit/EditorScreenWithTimeline.cs +++ b/osu.Game/Screens/Edit/EditorScreenWithTimeline.cs @@ -105,6 +105,7 @@ namespace osu.Game.Screens.Edit { Name = "Main content", RelativeSizeAxes = Axes.Both, + Depth = float.MaxValue, Padding = new MarginPadding { Horizontal = horizontal_margins,