Fix StyleCop warnings in OpenRA.Mods.RA
This commit is contained in:
@@ -86,6 +86,7 @@ namespace OpenRA.Mods.RA.Widgets.Logic
|
||||
mapFilter = mapfilterInput.Text = null;
|
||||
EnumerateMaps(onSelect, filter);
|
||||
}
|
||||
|
||||
return true;
|
||||
};
|
||||
mapfilterInput.OnEnterKey = () => { approving(); return true; };
|
||||
|
||||
Reference in New Issue
Block a user