Remove BackgroundBrush from Button as it's already in Control as of 51ee3de689
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user