mirror of https://github.com/ppy/osu
Fix toolbar blocking scroll input
This commit is contained in:
parent
da3fa9304a
commit
7e4ad7d7cf
|
@ -41,6 +41,8 @@ public class Toolbar : OverlayContainer, IKeyBindingHandler<GlobalAction>
|
|||
// 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