Welcome,
Guest
. Please
login
or
register
.
April 23, 2026, 12:50:09 AM
Home
Help
Search
Login
Register
Tasharen Entertainment Forum
»
Support
»
NGUI 3 Support
»
Bug in UIScrollView
« previous
next »
Print
Pages: [
1
]
Author
Topic: Bug in UIScrollView (Read 3493 times)
PoL
Newbie
Thank You
-Given: 0
-Receive: 0
Posts: 5
Bug in UIScrollView
«
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
;
}
Logged
ArenMook
Administrator
Hero Member
Thank You
-Given: 337
-Receive: 1171
Posts: 22,128
Toronto, Canada
Re: Bug in UIScrollView
«
Reply #1 on:
June 11, 2014, 05:41:25 AM »
This was already fixed if you update.
Logged
Print
Pages: [
1
]
« previous
next »
Tasharen Entertainment Forum
»
Support
»
NGUI 3 Support
»
Bug in UIScrollView