Remove BackgroundBrush from Button as it's already in Control as of 51ee3de689

This commit is contained in:
Wojtek Figat
2024-09-12 19:01:18 +02:00
parent 51ee3de689
commit cb67fbcbd7

View File

@@ -62,12 +62,6 @@ namespace FlaxEngine.GUI
[EditorDisplay("Text Style"), EditorOrder(2020)] [EditorDisplay("Text Style"), EditorOrder(2020)]
public Color TextColor; public Color TextColor;
/// <summary>
/// Gets or sets the brush used for background drawing.
/// </summary>
[EditorDisplay("Background Style"), EditorOrder(1999), Tooltip("The brush used for background drawing."), ExpandGroups]
public IBrush BackgroundBrush { get; set; }
/// <summary> /// <summary>
/// Gets or sets the background color when button is highlighted. /// Gets or sets the background color when button is highlighted.
/// </summary> /// </summary>