summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs/qprintdialog_unix.cpp
diff options
context:
space:
mode:
authorKim Motoyoshi Kalland <kim.kalland@nokia.com>2009-11-06 15:22:28 (GMT)
committerKim Motoyoshi Kalland <kim.kalland@nokia.com>2009-11-09 12:36:32 (GMT)
commitcbfef77bb7bd370f7373edb78c2646328461d259 (patch)
tree1ce01db02b3e5b32e4db325e04f7120ad566c7ba /src/gui/dialogs/qprintdialog_unix.cpp
parent290f9182bb975061f68628008acd592e262a3f45 (diff)
downloadQt-cbfef77bb7bd370f7373edb78c2646328461d259.zip
Qt-cbfef77bb7bd370f7373edb78c2646328461d259.tar.gz
Qt-cbfef77bb7bd370f7373edb78c2646328461d259.tar.bz2
Fixed bug where JPEG scaling resulted in an uninitialised pixel column.
Loading a JPEG image after calling QImageReader::setScaledSize() could cause a 1 pixel wide column of uninitialised pixels at the far right of the image. The bug was caused by rounding in the scaling algorithm. Fixed by copying the last calculated pixel all the way to the end of the row. Task-number: QTBUG-3282 Reviewed-by: Trond
Diffstat (limited to 'src/gui/dialogs/qprintdialog_unix.cpp')
0 files changed, 0 insertions, 0 deletions