diff --git a/OpenRA.Game/Widgets/LabelWidget.cs b/OpenRA.Game/Widgets/LabelWidget.cs index b31feadd6a..3ac13c97c3 100644 --- a/OpenRA.Game/Widgets/LabelWidget.cs +++ b/OpenRA.Game/Widgets/LabelWidget.cs @@ -24,13 +24,14 @@ namespace OpenRA.Widgets public TextVAlign VAlign = TextVAlign.Middle; public string Font = "Regular"; public Color Color = Color.White; - public bool Bold = false; // Legacy flag. TODO: Remove public bool Contrast = false; public Color ContrastColor = Color.Black; public bool WordWrap = false; public Func GetText; [Obsolete] public Func GetBackground; + [Obsolete] public bool Bold = false; // Legacy flag. TODO: Remove + public LabelWidget() : base() {