fixed line-endings on *.cs
This commit is contained in:
@@ -23,21 +23,21 @@ using OpenRA.Graphics;
|
||||
using System.Drawing;
|
||||
using System;
|
||||
|
||||
namespace OpenRA.Widgets
|
||||
{
|
||||
class BackgroundWidget : Widget
|
||||
{
|
||||
public override void Draw()
|
||||
{
|
||||
if (!Visible)
|
||||
{
|
||||
base.Draw();
|
||||
return;
|
||||
namespace OpenRA.Widgets
|
||||
{
|
||||
class BackgroundWidget : Widget
|
||||
{
|
||||
public override void Draw()
|
||||
{
|
||||
if (!Visible)
|
||||
{
|
||||
base.Draw();
|
||||
return;
|
||||
}
|
||||
|
||||
WidgetUtils.DrawPanel("dialog", Bounds, null);
|
||||
base.Draw();
|
||||
}
|
||||
WidgetUtils.DrawPanel("dialog", Bounds, null);
|
||||
base.Draw();
|
||||
}
|
||||
}
|
||||
|
||||
static class WidgetUtils
|
||||
@@ -79,5 +79,5 @@ namespace OpenRA.Widgets
|
||||
|
||||
r.Device.DisableScissor();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user