diff options
author | Kim Motoyoshi Kalland <kim.kalland@nokia.com> | 2009-11-03 16:41:52 (GMT) |
---|---|---|
committer | Kim Motoyoshi Kalland <kim.kalland@nokia.com> | 2009-11-03 16:51:28 (GMT) |
commit | edc9acd6a0c082b7d6c7810700e77a9d990014c6 (patch) | |
tree | 9b0ec059521e4aab1aa64447dc8cbea27097f742 /src/gui/math3d/qgenericmatrix.h | |
parent | bf2ba79d1cdc0d5347d394a892bee287bc84fb81 (diff) | |
download | Qt-edc9acd6a0c082b7d6c7810700e77a9d990014c6.zip Qt-edc9acd6a0c082b7d6c7810700e77a9d990014c6.tar.gz Qt-edc9acd6a0c082b7d6c7810700e77a9d990014c6.tar.bz2 |
Fixed QPainterPath::addRoundedRect() for paths with Qt::WindingFill.
QPainterPath::addRoundRect()/addRoundedRect() added the path in
counter-clockwise order, while other methods added paths in clockwise
order. For Qt::OddEvenFill, the order doesn't matter, but it matters
for Qt::WindingFill. Fixed by adding rounded rects in clockwise order
like the other shapes.
Task-number: QTBUG-1537
Reviewed-by: Trond
Diffstat (limited to 'src/gui/math3d/qgenericmatrix.h')
0 files changed, 0 insertions, 0 deletions