Author Topic: Bug in UIScrollView  (Read 3494 times)

PoL

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 5
    • View Profile
Bug in UIScrollView
« on: June 11, 2014, 02:11:33 AM »
Currently there is something like this:

  1. public void InvalidateBounds () { mCalculatedBounds = true; }

But rather should be something like this:

  1. public void InvalidateBounds () { mCalculatedBounds = false; }

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Bug in UIScrollView
« Reply #1 on: June 11, 2014, 05:41:25 AM »
This was already fixed if you update.