mirror of
https://github.com/ppy/osu
synced 2024-12-14 10:57:41 +00:00
Fix default button absorbing drag scroll on settings
This commit is contained in:
parent
f745d74666
commit
820f9f2273
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user