Change Dropdown's EditorOrder from 2023 to 2024

This commit is contained in:
Phantom
2025-12-07 18:48:16 +01:00
parent a7e77f6e21
commit ed50ce9c90

View File

@@ -306,7 +306,7 @@ namespace FlaxEngine.GUI
/// <summary> /// <summary>
/// Gets or sets the color used to display highlighted text. /// Gets or sets the color used to display highlighted text.
/// </summary> /// </summary>
[EditorDisplay("Text Style"), EditorOrder(2023), ExpandGroups] [EditorDisplay("Text Style"), EditorOrder(2024), ExpandGroups]
public Color TextColorHighlighted { get; set; } public Color TextColorHighlighted { get; set; }
/// <summary> /// <summary>