Fix timeline not receiving input (being eaten by composer)

This commit is contained in:
Dean Herbert 2021-04-14 18:15:11 +09:00
parent a314f90d37
commit 26110cd777

View File

@ -105,6 +105,7 @@ namespace osu.Game.Screens.Edit
{
Name = "Main content",
RelativeSizeAxes = Axes.Both,
Depth = float.MaxValue,
Padding = new MarginPadding
{
Horizontal = horizontal_margins,