Patch for Bullet initialisation, wasn't selecting the right bullet on start.

--HG--
branch : develop_5.3
pull/413/head
Simon Jackson 2017-01-08 12:11:13 +00:00
parent 5820447547
commit 0d28905892
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +181,7 @@ namespace UnityEngine.UI.Extensions
DistributePages();
if (MaskArea) UpdateVisible();
SetScrollContainerPosition();
ChangeBulletsInfo(_currentPage);
}
private void OnRectTransformDimensionsChange()