summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qfiledialog.cpp
diff options
context:
space:
mode:
authorBernd Weimer <bweimer@blackberry.com>2014-06-30 16:42:13 +0200
committerBernd Weimer <bweimer@blackberry.com>2014-08-29 11:55:13 +0200
commit032ab648c44796b3b5bdc3d93a507efc60ac4391 (patch)
treeccae731b4cea5c4254615a6536cec47356bc81ca /src/widgets/dialogs/qfiledialog.cpp
parente5a332ae54b4aaf598b6b97a3e7e5f876abf28f4 (diff)
QNX: Fix widgets scrolling
Qt expects scroll operations to be executed immediately. They cannot be postponed since Qt may paint on the scrolled area afterwards. The new code will only use an accelerated scroll operation (screen_blit) once before the window is posted, because the blit is from the previous buffer to the current one. Hence an additional scroll operation could copy outdated pixel data. Additional scroll operations will be handled by Qt. Performance issues were not perceived with this approach so far. Task-number: QTBUG-39958 Change-Id: I6d7c3274c5db6a831a169615518fcdb4d926db70 Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
Diffstat (limited to 'src/widgets/dialogs/qfiledialog.cpp')
0 files changed, 0 insertions, 0 deletions