1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-26 02:53:21 +08:00

Fix toolbar blocking scroll input

This commit is contained in:
Joseph Madamba 2021-08-31 13:40:13 -07:00
parent da3fa9304a
commit 7e4ad7d7cf

View File

@ -41,6 +41,8 @@ namespace osu.Game.Overlays.Toolbar
// Toolbar and its components need keyboard input even when hidden.
public override bool PropagateNonPositionalInputSubTree => true;
protected override bool BlockScrollInput => false;
public Toolbar()
{
RelativeSizeAxes = Axes.X;