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 { ///