From 30d7588d9cc3d44ac920d3b12acc8a29b3384053 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Thu, 12 Mar 2026 08:53:30 +0100 Subject: [PATCH] Fix UI panel controls missing in Editor --- Source/Engine/UI/GUI/ScrollableControl.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Engine/UI/GUI/ScrollableControl.cs b/Source/Engine/UI/GUI/ScrollableControl.cs index 4977ac89b..7caa211cf 100644 --- a/Source/Engine/UI/GUI/ScrollableControl.cs +++ b/Source/Engine/UI/GUI/ScrollableControl.cs @@ -6,7 +6,6 @@ namespace FlaxEngine.GUI /// Base class for container controls that can offset controls in a view (eg. scroll panels). /// /// - [HideInEditor] public class ScrollableControl : ContainerControl { ///