diff options
author | Samuel Rødal <sroedal@trolltech.com> | 2009-06-03 12:16:39 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-06-04 03:41:42 (GMT) |
commit | d04ea0a42e3eaf07afc8bd80cbd6a1319968aae8 (patch) | |
tree | c7178c7a038bf8c32428e687d32934f39dcc4ce2 /doc/src/snippets/code/src_gui_kernel_qshortcut.cpp | |
parent | a50e9d5ad4a59dd4fa0f99547fe813be5d37d2d0 (diff) | |
download | Qt-d04ea0a42e3eaf07afc8bd80cbd6a1319968aae8.zip Qt-d04ea0a42e3eaf07afc8bd80cbd6a1319968aae8.tar.gz Qt-d04ea0a42e3eaf07afc8bd80cbd6a1319968aae8.tar.bz2 |
Fixed raster bug causing fully clipped images to be partially blended.
The blend functions assume the width / height of the images being
blended to be greater than 0. A width of 0 caused the first iteration of
a duff's device memcpy (QT_MEMCPY_USHORT) to be executed, thus blending
8 pixels instead of none.
BT: yes
Task-number: 255014
Reviewed-by: Trond
(cherry picked from commit 91f5c7314afdfd43c867266fc1bc418e0f70bac7)
Diffstat (limited to 'doc/src/snippets/code/src_gui_kernel_qshortcut.cpp')
0 files changed, 0 insertions, 0 deletions