Author Topic: v2.2 UIScrollBar activation bug  (Read 1899 times)

athos

  • Guest
v2.2 UIScrollBar activation bug
« on: September 17, 2012, 04:35:08 PM »
Line 182:
-            mBG.gameObject.active = mBG.alpha > 0.001f;
+            NGUITools.SetActiveSelf(mFG.gameObject, (mFG.alpha > 0.001f));

Looks like that changed line should be mBG not mFG.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: v2.2 UIScrollBar activation bug
« Reply #1 on: September 17, 2012, 06:23:43 PM »
What version of NGUI are you using?

athos

  • Guest
Re: v2.2 UIScrollBar activation bug
« Reply #2 on: September 17, 2012, 06:44:03 PM »
v2.2.0

PhilipC

  • Guest
Re: v2.2 UIScrollBar activation bug
« Reply #3 on: September 18, 2012, 10:12:45 AM »
Will be fixed in the next version. Thanks