mirror of
https://github.com/ppy/osu.git
synced 2025-02-14 04:03:22 +08:00
Fix timeline not receiving input (being eaten by composer)
This commit is contained in:
parent
a314f90d37
commit
26110cd777
@ -105,6 +105,7 @@ namespace osu.Game.Screens.Edit
|
|||||||
{
|
{
|
||||||
Name = "Main content",
|
Name = "Main content",
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
|
Depth = float.MaxValue,
|
||||||
Padding = new MarginPadding
|
Padding = new MarginPadding
|
||||||
{
|
{
|
||||||
Horizontal = horizontal_margins,
|
Horizontal = horizontal_margins,
|
||||||
|
Loading…
Reference in New Issue
Block a user