mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 04:13:11 +08:00
Fixed formatting
This commit is contained in:
parent
0725088fde
commit
753bdf2083
@ -85,7 +85,6 @@ namespace osu.Game.Overlays.KeyBinding
|
|||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load(OsuColour colours)
|
private void load(OsuColour colours)
|
||||||
{
|
{
|
||||||
|
|
||||||
isKeysDefaultValue.Value = bindings.Select(b => b.KeyCombination).SequenceEqual(Defaults);
|
isKeysDefaultValue.Value = bindings.Select(b => b.KeyCombination).SequenceEqual(Defaults);
|
||||||
isKeysDefaultValue.BindValueChanged(resetButtons =>
|
isKeysDefaultValue.BindValueChanged(resetButtons =>
|
||||||
{
|
{
|
||||||
|
@ -45,7 +45,6 @@ namespace osu.Game.Overlays.KeyBinding
|
|||||||
Defaults = defaultGroup.Select(d => d.KeyCombination)
|
Defaults = defaultGroup.Select(d => d.KeyCombination)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
RestoreDefaultValueButton<bool> restoreDefaultButton;
|
RestoreDefaultValueButton<bool> restoreDefaultButton;
|
||||||
|
|
||||||
RelativeSizeAxes = Axes.X;
|
RelativeSizeAxes = Axes.X;
|
||||||
|
@ -108,7 +108,6 @@ namespace osu.Game.Overlays.Settings
|
|||||||
|
|
||||||
protected SettingsItem()
|
protected SettingsItem()
|
||||||
{
|
{
|
||||||
|
|
||||||
RestoreDefaultValueButton<T> restoreDefaultButton;
|
RestoreDefaultValueButton<T> restoreDefaultButton;
|
||||||
|
|
||||||
RelativeSizeAxes = Axes.X;
|
RelativeSizeAxes = Axes.X;
|
||||||
|
Loading…
Reference in New Issue
Block a user