summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/sqldatabase
diff options
context:
space:
mode:
authorSami Merilä <sami.merila@nokia.com>2009-11-09 13:00:42 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-11-18 06:00:40 (GMT)
commit09c8171ba0de0e29667254fde9497d08c027eb0a (patch)
treee2326b4e4c7fa151cf131d648c03729a87e647f5 /doc/src/snippets/sqldatabase
parent0139751ed083345afdbc3da231035f5df2d9cee0 (diff)
downloadQt-09c8171ba0de0e29667254fde9497d08c027eb0a.zip
Qt-09c8171ba0de0e29667254fde9497d08c027eb0a.tar.gz
Qt-09c8171ba0de0e29667254fde9497d08c027eb0a.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 (cherry picked from commit e55d77afa7f53562d4b9f0aebd30725e5f4fde86)
Diffstat (limited to 'doc/src/snippets/sqldatabase')
0 files changed, 0 insertions, 0 deletions