Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: ntopia on June 06, 2014, 02:51:23 AM
Title:
UIScrollView.InvalidateBounds() is strange
Post by:
ntopia
on
June 06, 2014, 02:51:23 AM
I'm using NGUI 3.6.2 now.
In UIScrollView.cs
/// <summary>
/// Manually invalidate the scroll view's bounds so that they update next time.
/// </summary>
public
void
InvalidateBounds
(
)
{
mCalculatedBounds
=
true
;
}
Is it right?
I think that right one is "mCalculatedBounds = false;".
How do you think?
Title:
Re: UIScrollView.InvalidateBounds() is strange
Post by:
ArenMook
on
June 06, 2014, 09:17:06 PM
Hmm yes, it should be 'false'. Thanks.