1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-16 07:15:05 +08:00

Merge branch 'master' into update-framework

This commit is contained in:
Dean Herbert 2020-01-11 17:47:11 +08:00 committed by GitHub
commit 0c995244b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)