commit | 23241887515ed77687c23e29a4a3ffff671666bd | [log] [tgz] |
---|---|---|
author | Doug Felt <dougfelt@google.com> | Wed Jun 02 14:41:06 2010 -0700 |
committer | Doug Felt <dougfelt@google.com> | Wed Jun 02 14:41:06 2010 -0700 |
tree | 96f0618a83725e04b842f8f7a71cb541cd3685ee | |
parent | c8f302fb5d01c5f5d47922b6c5a8bc1ec91b3f0d [diff] |
Fix IndexOutOfBoundsException when measuring text. Some line wrapping conditions caused the same style run to be measured twice, incorrectly advancing the position in the width buffer and occasionally causing measurement to run out of room. The fix is to not remeasure the same style run. Change-Id: Iceb29729c1c27bb602df20fdf83af1da28c82e11