mirror of
https://github.com/ppy/osu.git
synced 2025-01-30 05:22:54 +08:00
Fix song progress being interactable inside toolbox button
This commit is contained in:
parent
ecf70c1707
commit
60f3e628bc
@ -92,6 +92,9 @@ namespace osu.Game.Skinning.Editor
|
|||||||
|
|
||||||
private class ToolboxComponentButton : OsuButton
|
private class ToolboxComponentButton : OsuButton
|
||||||
{
|
{
|
||||||
|
protected override bool ReceivePositionalInputAtSubTree(Vector2 screenSpacePos) => false;
|
||||||
|
public override bool PropagateNonPositionalInputSubTree => false;
|
||||||
|
|
||||||
private readonly Drawable component;
|
private readonly Drawable component;
|
||||||
|
|
||||||
public Action<Type> RequestPlacement;
|
public Action<Type> RequestPlacement;
|
||||||
|
Loading…
Reference in New Issue
Block a user