Welcome,
Guest
. Please
login
or
register
.
June 12, 2026, 01:46:07 PM
Home
Help
Search
Login
Register
Tasharen Entertainment Forum
»
Support
»
NGUI 3 Support
»
UIScrollView.InvalidateBounds() is strange
« previous
next »
Print
Pages: [
1
]
Author
Topic: UIScrollView.InvalidateBounds() is strange (Read 2626 times)
ntopia
Newbie
Thank You
-Given: 6
-Receive: 0
Posts: 15
UIScrollView.InvalidateBounds() is strange
«
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?
Logged
ArenMook
Administrator
Hero Member
Thank You
-Given: 337
-Receive: 1171
Posts: 22,128
Toronto, Canada
Re: UIScrollView.InvalidateBounds() is strange
«
Reply #1 on:
June 06, 2014, 09:17:06 PM »
Hmm yes, it should be 'false'. Thanks.
Logged
Print
Pages: [
1
]
« previous
next »
Tasharen Entertainment Forum
»
Support
»
NGUI 3 Support
»
UIScrollView.InvalidateBounds() is strange