Fix default button absorbing drag scroll on settings

This commit is contained in:
Joehu 2020-01-10 20:16:46 -08:00
parent f745d74666
commit 820f9f2273

View File

@ -163,10 +163,6 @@ namespace osu.Game.Overlays.Settings
public string TooltipText => "Revert to default";
protected override bool OnMouseDown(MouseDownEvent e) => true;
protected override bool OnMouseUp(MouseUpEvent e) => true;
protected override bool OnClick(ClickEvent e)
{
if (bindable != null && !bindable.Disabled)