Fix TextFieldWidget margin properties not being cloned.
This commit is contained in:
@@ -90,6 +90,8 @@ namespace OpenRA.Mods.Common.Widgets
|
|||||||
{
|
{
|
||||||
Text = widget.Text;
|
Text = widget.Text;
|
||||||
MaxLength = widget.MaxLength;
|
MaxLength = widget.MaxLength;
|
||||||
|
LeftMargin = widget.LeftMargin;
|
||||||
|
RightMargin = widget.RightMargin;
|
||||||
Type = widget.Type;
|
Type = widget.Type;
|
||||||
Font = widget.Font;
|
Font = widget.Font;
|
||||||
TextColor = widget.TextColor;
|
TextColor = widget.TextColor;
|
||||||
|
|||||||
Reference in New Issue
Block a user