remove blank line from MenuOptions

pull/413/head
soprachevAK 2020-08-18 18:24:58 +03:00
parent 5c88d7d3a0
commit 8ea54def05
1 changed files with 0 additions and 1 deletions

View File

@ -817,7 +817,6 @@ namespace UnityEditor.UI
overlayScrollPanelScrollbarRT.GetComponent<Scrollbar>().direction = Scrollbar.Direction.BottomToTop; overlayScrollPanelScrollbarRT.GetComponent<Scrollbar>().direction = Scrollbar.Direction.BottomToTop;
overlayScrollPanelScrollBar.transform.GetChild(0).name = "SlidingArea"; overlayScrollPanelScrollBar.transform.GetChild(0).name = "SlidingArea";
//Arrow Button //Arrow Button
arrowButton.name = "ArrowBtn"; arrowButton.name = "ArrowBtn";
var arrowButtonRT = arrowButton.GetComponent<RectTransform>(); var arrowButtonRT = arrowButton.GetComponent<RectTransform>();