summaryrefslogtreecommitdiff
path: root/docs/html/sdk/api_diff/6/changes
diff options
context:
space:
mode:
authorRaph Levien <raph@google.com>2012-10-03 09:34:24 -0700
committerRaph Levien <raph@google.com>2012-10-03 09:34:24 -0700
commit6b558994d4ea8dfa1967f96e272496a7d2b8972a (patch)
tree448cf738b12a88f218fa32ac737901a2a8296822 /docs/html/sdk/api_diff/6/changes
parent48315436eece69f4d047c2b14ac63e62f757b88c (diff)
Fix for bug 6954231 text wraps on second line and is fused...
When breaking a line, the paragraphs below the new line break were still being drawn in their old location. This only happened when the height was fill_parent, otherwise the height change would force a relayout, which in turn would do a full invalidation. This patch checks for changes to the layout height (not just the widget height, which won't change when it's fill_parent), and invalidates. Change-Id: I64adb9f5eae0479c1c9c8d37c10c2c27a6f582a8
Diffstat (limited to 'docs/html/sdk/api_diff/6/changes')
0 files changed, 0 insertions, 0 deletions