Fix TextFieldWidget margin properties not being cloned.

This commit is contained in:
Paul Chote
2018-06-30 22:41:16 +01:00
committed by abcdefg30
parent 9a6fdfa180
commit df20ae1aec

View File

@@ -90,6 +90,8 @@ namespace OpenRA.Mods.Common.Widgets
{
Text = widget.Text;
MaxLength = widget.MaxLength;
LeftMargin = widget.LeftMargin;
RightMargin = widget.RightMargin;
Type = widget.Type;
Font = widget.Font;
TextColor = widget.TextColor;