mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 05:22:54 +08:00
Allow Toolbar
to block scroll input from passing through
This commit is contained in:
parent
cd74f22e12
commit
d89c11e49e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user