diff --git a/Editor/UIExtensionsMenuOptions.cs b/Editor/UIExtensionsMenuOptions.cs index d29a2df..6f2a64c 100644 --- a/Editor/UIExtensionsMenuOptions.cs +++ b/Editor/UIExtensionsMenuOptions.cs @@ -817,7 +817,6 @@ namespace UnityEditor.UI overlayScrollPanelScrollbarRT.GetComponent().direction = Scrollbar.Direction.BottomToTop; overlayScrollPanelScrollBar.transform.GetChild(0).name = "SlidingArea"; - //Arrow Button arrowButton.name = "ArrowBtn"; var arrowButtonRT = arrowButton.GetComponent();