Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: PoL on June 11, 2014, 02:11:33 AM
Title:
Bug in UIScrollView
Post by:
PoL
on
June 11, 2014, 02:11:33 AM
Currently there is something like this:
public
void
InvalidateBounds
(
)
{
mCalculatedBounds
=
true
;
}
But rather should be something like this:
public
void
InvalidateBounds
(
)
{
mCalculatedBounds
=
false
;
}
Title:
Re: Bug in UIScrollView
Post by:
ArenMook
on
June 11, 2014, 05:41:25 AM
This was already fixed if you update.