diff options
author | Leonard Lee <leonard.lee@digia.com> | 2013-05-03 13:06:03 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-05-23 12:49:39 +0200 |
commit | ad443dfb1d8e9096c4913686aa2ed0bc9b3f5de7 (patch) | |
tree | 85c9efa0be031c72f68a15f6cfeecea1560e528d /tests/manual/manual.pro | |
parent | 5d07a4d9448f60139c711e592cbf3ac47d4df3d7 (diff) | |
download | qtbase-ad443dfb1d8e9096c4913686aa2ed0bc9b3f5de7.tar.gz |
Fix clipping of QTextList decorators.
List decorators may be clipped if you set a large font size and/or
small indent for a QTextList. This fix is to prevent clipping by
moving list decorators and items to left (or to right in case of
right to left layouts) so that the list decorator is always painted
inside the layout.
This commit fixes painting related issue, so auto test is not needed.
The manual test program can be used for verification purposes.
Task-number: QTBUG-5111
Change-Id: I7fdd92399445d33fe9eaf525a05fe5cd860b57c6
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Diffstat (limited to 'tests/manual/manual.pro')
-rw-r--r-- | tests/manual/manual.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/manual/manual.pro b/tests/manual/manual.pro index 4ed375ccd2..4a466aa472 100644 --- a/tests/manual/manual.pro +++ b/tests/manual/manual.pro @@ -24,6 +24,7 @@ qpainfo \ qscreen \ qssloptions \ qtabletevent \ +qtexteditlist \ qtbug-8933 \ qtouchevent \ qwidget_zorder \ |