From a91f565d220ffdb7680a1696f7a071b12aa9f346 Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Sat, 29 Nov 2014 13:35:35 +0100 Subject: [PATCH] Removed inherits on Background. --- Perspex.Controls/Control.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Perspex.Controls/Control.cs b/Perspex.Controls/Control.cs index 62271e5fa9..106469b296 100644 --- a/Perspex.Controls/Control.cs +++ b/Perspex.Controls/Control.cs @@ -19,7 +19,7 @@ namespace Perspex.Controls public class Control : InputElement, IStyleable, IStyleHost { public static readonly PerspexProperty BackgroundProperty = - PerspexProperty.Register("Background", inherits: true); + PerspexProperty.Register("Background"); public static readonly PerspexProperty BorderBrushProperty = PerspexProperty.Register("BorderBrush");