From cb67fbcbd71e32eaeecbe9579c4f651d4fe08119 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Thu, 12 Sep 2024 19:01:18 +0200 Subject: [PATCH] Remove BackgroundBrush from Button as it's already in Control as of 51ee3de689b3aa3aa048d570309449b9e1d33f7f --- Source/Engine/UI/GUI/Common/Button.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Source/Engine/UI/GUI/Common/Button.cs b/Source/Engine/UI/GUI/Common/Button.cs index ff0b776f9..aa25e0b1b 100644 --- a/Source/Engine/UI/GUI/Common/Button.cs +++ b/Source/Engine/UI/GUI/Common/Button.cs @@ -62,12 +62,6 @@ namespace FlaxEngine.GUI [EditorDisplay("Text Style"), EditorOrder(2020)] public Color TextColor; - /// - /// Gets or sets the brush used for background drawing. - /// - [EditorDisplay("Background Style"), EditorOrder(1999), Tooltip("The brush used for background drawing."), ExpandGroups] - public IBrush BackgroundBrush { get; set; } - /// /// Gets or sets the background color when button is highlighted. ///