Skip to content

Commit

Permalink
Hide scrollbar at startup if it is set to display auto.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoguzhu committed Jul 23, 2018
1 parent b06af1f commit a9e1b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Scripts/UI/ScrollPane.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1275,7 +1275,7 @@ void HandleSizeChanged()
_footer.width = _viewSize.x;
}

SyncScrollBar();
SyncScrollBar(true);
CheckRefreshBar();
if (_pageMode)
UpdatePageController();
Expand Down

0 comments on commit a9e1b10

Please sign in to comment.