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