diff --git a/osu.Game/Graphics/UserInterface/TwoLayerButton.cs b/osu.Game/Graphics/UserInterface/TwoLayerButton.cs index 601970e36d..237aaa44a6 100644 --- a/osu.Game/Graphics/UserInterface/TwoLayerButton.cs +++ b/osu.Game/Graphics/UserInterface/TwoLayerButton.cs @@ -216,6 +216,11 @@ namespace osu.Game.Graphics.UserInterface }); } + protected override bool OnMouseDown(InputState state, MouseDownEventArgs args) + { + return true; + } + protected override bool OnClick(InputState state) { var flash = new Box