diff options
author | Sami Merilä <sami.merila@nokia.com> | 2009-11-09 13:00:42 (GMT) |
---|---|---|
committer | Sami Merilä <sami.merila@nokia.com> | 2009-11-09 13:00:42 (GMT) |
commit | e55d77afa7f53562d4b9f0aebd30725e5f4fde86 (patch) | |
tree | e821103fad4dfc313bfeb7a3e21e95290a8ef8b1 /src/qbase.pri | |
parent | d9a275b3cc4a248da1f392fb5649b9fe7a93b12c (diff) | |
download | Qt-e55d77afa7f53562d4b9f0aebd30725e5f4fde86.zip Qt-e55d77afa7f53562d4b9f0aebd30725e5f4fde86.tar.gz Qt-e55d77afa7f53562d4b9f0aebd30725e5f4fde86.tar.bz2 |
Focus changes cause softkey area to flicker
Current implementation of softkeys causes flicker, since it re-draws
the softkeys for each event handled.
First re-draw initializes the softkeys to empty ones, and second one
draws the new updated softkeys onscreen. Due to initialization to
empty softkey command set, AVKON cannot deduce if the needed redraw
is necessary (AVKON does not redraw softkeys if the softkey commands
and/or texts won't change).
The fixed behaviour is that softkeys are set to -1 for each command
when initializing, but no call to SetCommandSetL is done. Now, AVKON
won't even try to draw the softkeys until we set the real command set
later.
Task-number: QTBUG-5436
Reviewed-by: Janne Anttila
Diffstat (limited to 'src/qbase.pri')
0 files changed, 0 insertions, 0 deletions