summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers/psql
diff options
context:
space:
mode:
authorAnders Bakken <anders.bakken@nokia.com>2009-07-15 17:13:03 (GMT)
committerAnders Bakken <anders.bakken@nokia.com>2009-07-15 17:44:50 (GMT)
commit1c9bb00bf6adb1f76dbcfb151a7b95a0e517ee3c (patch)
tree89b6766f62bcbdc6caf8b5d5c3a6a0fba85b1f1c /src/plugins/sqldrivers/psql
parent81049e49971a9f285f36204d6013c3172866718c (diff)
downloadQt-1c9bb00bf6adb1f76dbcfb151a7b95a0e517ee3c.zip
Qt-1c9bb00bf6adb1f76dbcfb151a7b95a0e517ee3c.tar.gz
Qt-1c9bb00bf6adb1f76dbcfb151a7b95a0e517ee3c.tar.bz2
Fix off by one bug in dfbpe::drawTiledPixmap
The drawTiledPixmap code iterated while x < right and y < bottom. This should be x <= right and y <= bottom. Reviewed-by: Donald <qt-info@nokia.com>
Diffstat (limited to 'src/plugins/sqldrivers/psql')
0 files changed, 0 insertions, 0 deletions