From ed50ce9c90197dca45e90f7cf8b90aad3a4d2242 Mon Sep 17 00:00:00 2001 From: Phantom Date: Sun, 7 Dec 2025 18:48:16 +0100 Subject: [PATCH] Change Dropdown's EditorOrder from 2023 to 2024 --- Source/Engine/UI/GUI/Common/Dropdown.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Engine/UI/GUI/Common/Dropdown.cs b/Source/Engine/UI/GUI/Common/Dropdown.cs index 0d24c5491..a227e5acd 100644 --- a/Source/Engine/UI/GUI/Common/Dropdown.cs +++ b/Source/Engine/UI/GUI/Common/Dropdown.cs @@ -306,7 +306,7 @@ namespace FlaxEngine.GUI /// /// Gets or sets the color used to display highlighted text. /// - [EditorDisplay("Text Style"), EditorOrder(2023), ExpandGroups] + [EditorDisplay("Text Style"), EditorOrder(2024), ExpandGroups] public Color TextColorHighlighted { get; set; } ///