Merge branch 'master' into add-confirmation-dialog

This commit is contained in:
Aergwyn
2017-12-15 18:11:13 +01:00
59 changed files with 1370 additions and 417 deletions

View File

@ -159,8 +159,6 @@ namespace osu.Game.Overlays.Settings
public string TooltipText => "Revert to default";
public override bool HandleInput => true;
protected override bool OnMouseDown(InputState state, MouseDownEventArgs args) => true;
protected override bool OnMouseUp(InputState state, MouseUpEventArgs args) => true;