Allow Toolbar to block scroll input from passing through

This commit is contained in:
Salman Ahmed 2022-06-14 19:04:32 +03:00
parent cd74f22e12
commit d89c11e49e

View File

@ -41,8 +41,6 @@ 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;