From b3f9725872e9e06e76e9be33cb20ef69a2968f4d Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Tue, 17 May 2011 12:22:48 +1200 Subject: [PATCH] Mark another obsolete field --- OpenRA.Game/Widgets/LabelWidget.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() {