Commit efd0fed4 authored by J-P Nurmi's avatar J-P Nurmi Committed by The Qt Project
Browse files

TextArea: fix word wrap layout


Since scrollbars affect the document/viewport size and vice versa, we
must allow the layout loop to recurse twice until the sizes stabilize.
Furthermore, avoid nasty content size binding loops (from ScrollView)
by providing a specialized Flickable item that TextArea has full
control over.

Task-number: QTBUG-30832
Change-Id: I74fe6c5017e75aa411fdbb64087afa18e1221ce9
Reviewed-by: default avatarJens Bache-Wiig <jens.bache-wiig@digia.com>
parent fd15ea5e
Showing with 88 additions and 73 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment