summaryrefslogtreecommitdiff
path: root/src/gui/math3d
diff options
context:
space:
mode:
authorKim Motoyoshi Kalland <kim.kalland@nokia.com>2009-11-03 17:41:52 +0100
committerKim Motoyoshi Kalland <kim.kalland@nokia.com>2009-11-03 17:51:28 +0100
commitedc9acd6a0c082b7d6c7810700e77a9d990014c6 (patch)
tree9b0ec059521e4aab1aa64447dc8cbea27097f742 /src/gui/math3d
parentbf2ba79d1cdc0d5347d394a892bee287bc84fb81 (diff)
downloadqt4-tools-edc9acd6a0c082b7d6c7810700e77a9d990014c6.tar.gz
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')
0 files changed, 0 insertions, 0 deletions