From 589d201a169e284b9c88a4ad1156673e55fd5b0a Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Sat, 24 Sep 2011 20:45:46 +1200 Subject: [PATCH] make ShowMouseScrollDropdown static; it needs nothing from the instance. --- OpenRA.Mods.Cnc/Widgets/Logic/CncSettingsLogic.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.Cnc/Widgets/Logic/CncSettingsLogic.cs b/OpenRA.Mods.Cnc/Widgets/Logic/CncSettingsLogic.cs index eb65080454..ae12861c58 100644 --- a/OpenRA.Mods.Cnc/Widgets/Logic/CncSettingsLogic.cs +++ b/OpenRA.Mods.Cnc/Widgets/Logic/CncSettingsLogic.cs @@ -162,7 +162,7 @@ namespace OpenRA.Mods.Cnc.Widgets.Logic return true; } - bool ShowMouseScrollDropdown(DropDownButtonWidget dropdown, GameSettings s) + static bool ShowMouseScrollDropdown(DropDownButtonWidget dropdown, GameSettings s) { var options = new Dictionary() {