mirror of
https://github.com/ppy/osu.git
synced 2025-02-26 06:02:59 +08:00
Fix toolbar blocking scroll input
This commit is contained in:
parent
da3fa9304a
commit
7e4ad7d7cf
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user