summaryrefslogtreecommitdiffstats
path: root/translations/qvfb_ru.ts
diff options
context:
space:
mode:
Diffstat (limited to 'translations/qvfb_ru.ts')
0 files changed, 0 insertions, 0 deletions
lt;ext-jani.hautakangas@nokia.com>2009-10-08 10:17:04 (GMT) commit5987274b8ce244d0020359d113800e7305367c68 (patch) treeb8cec0e6d12a744896b85addea0c0a7398026d82 /src/gui/kernel/qapplication_win.cpp parent013503f8f1a29f12789a8f88bd095597170ff76b (diff)downloadQt-5987274b8ce244d0020359d113800e7305367c68.zip
Qt-5987274b8ce244d0020359d113800e7305367c68.tar.gz
Qt-5987274b8ce244d0020359d113800e7305367c68.tar.bz2
Fix to Symbian accelerated scrolling problem.
The reason for scrolling bug was that CFbsBitmapDevice wasn't informed if CFbsBitmap was resized. However, it seems that scroll implementation in QRasterPixmapData is faster that CFbsBitGc->CopyRect so this is also a patch which changes QS60PixmapData's scroll function to call QRasterPixmapData::scroll(). Reviewed-by: Janne Koskinen