fix ctor formatting
This commit is contained in:
@@ -20,15 +20,9 @@ namespace OpenRA.Widgets
|
|||||||
Widget panel;
|
Widget panel;
|
||||||
MaskWidget fullscreenMask;
|
MaskWidget fullscreenMask;
|
||||||
|
|
||||||
public DropDownButtonWidget()
|
public DropDownButtonWidget() : base() { }
|
||||||
: base()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
protected DropDownButtonWidget(DropDownButtonWidget widget)
|
protected DropDownButtonWidget(DropDownButtonWidget widget) : base(widget) { }
|
||||||
: base(widget)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
public override void Draw()
|
public override void Draw()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user