From 5d828a20e0e4fb7a415ebdc631de81a264b7083c Mon Sep 17 00:00:00 2001 From: Jorolf Date: Mon, 17 Apr 2017 17:09:17 +0200 Subject: [PATCH 1/2] some formatting --- osu.Desktop.VisualTests/Tests/TestCaseTooltip.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/osu.Desktop.VisualTests/Tests/TestCaseTooltip.cs b/osu.Desktop.VisualTests/Tests/TestCaseTooltip.cs index 604b31de8d..870a9f3397 100644 --- a/osu.Desktop.VisualTests/Tests/TestCaseTooltip.cs +++ b/osu.Desktop.VisualTests/Tests/TestCaseTooltip.cs @@ -47,7 +47,6 @@ namespace osu.Desktop.VisualTests.Tests }, }; - slider.Current.BindTo(new BindableInt(5) { MaxValue = 10, @@ -72,7 +71,6 @@ namespace osu.Desktop.VisualTests.Tests } }; } - } private class TooltipTextbox : OsuTextBox, IHasTooltip From d4ac3c5e9c2e59d066bb785c6cefbb0eefa73516 Mon Sep 17 00:00:00 2001 From: Jorolf Date: Mon, 17 Apr 2017 17:10:55 +0200 Subject: [PATCH 2/2] Update MenuCursor.cs --- osu.Game/Graphics/Cursor/MenuCursor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game/Graphics/Cursor/MenuCursor.cs b/osu.Game/Graphics/Cursor/MenuCursor.cs index 6f208219ae..5fb45e3fe0 100644 --- a/osu.Game/Graphics/Cursor/MenuCursor.cs +++ b/osu.Game/Graphics/Cursor/MenuCursor.cs @@ -134,7 +134,7 @@ namespace osu.Game.Graphics.Cursor Texture = textures.Get(@"Cursor/menu-cursor-additive"), }, } - }, + } }; cursorScale = config.GetBindable(OsuConfig.MenuCursorSize);