Fix StyleCop warnings in OpenRA.Game
This commit is contained in:
@@ -40,8 +40,8 @@ namespace OpenRA.Widgets
|
||||
|
||||
public override void Draw()
|
||||
{
|
||||
var state = IsSelected() ? BaseName+"-selected" :
|
||||
Ui.MouseOverWidget == this ? BaseName+"-hover" :
|
||||
var state = IsSelected() ? BaseName + "-selected" :
|
||||
Ui.MouseOverWidget == this ? BaseName + "-hover" :
|
||||
null;
|
||||
|
||||
if (state != null)
|
||||
@@ -74,4 +74,4 @@ namespace OpenRA.Widgets
|
||||
return w;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user