From 364a52337522b7eaf1d2d05aa7dd73aff997df2f Mon Sep 17 00:00:00 2001 From: Saas Date: Tue, 16 Sep 2025 22:04:24 +0200 Subject: [PATCH] hide TrackLabel control in editor --- Source/Editor/Windows/Profiler/Timeline.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Editor/Windows/Profiler/Timeline.cs b/Source/Editor/Windows/Profiler/Timeline.cs index c7a3dc7e6..ea653a5aa 100644 --- a/Source/Editor/Windows/Profiler/Timeline.cs +++ b/Source/Editor/Windows/Profiler/Timeline.cs @@ -100,6 +100,7 @@ namespace FlaxEditor.Windows.Profiler /// Timeline track label /// /// + [HideInEditor] public class TrackLabel : ContainerControl { ///