diff options
author | Jens Bache-Wiig <jbache@trolltech.com> | 2009-07-24 15:41:56 (GMT) |
---|---|---|
committer | Jens Bache-Wiig <jbache@trolltech.com> | 2009-07-24 15:46:11 (GMT) |
commit | 960c0a8661e3df311a85075b0ff610c4031c6012 (patch) | |
tree | 90744354f8a0606ff3046674e56d423514781c3a /config.tests | |
parent | f74b368c08f9bd1f638f32bccdb4da6dbd89cfea (diff) | |
download | Qt-960c0a8661e3df311a85075b0ff610c4031c6012.zip Qt-960c0a8661e3df311a85075b0ff610c4031c6012.tar.gz Qt-960c0a8661e3df311a85075b0ff610c4031c6012.tar.bz2 |
Fix QSystemTrayIcon causing three activated signals on doubleclick
The problem was that on Windows, we would activate on WM_LButtonUp,
but a double click after activating will also generate a second
WM_LButtonUp. Hence we get three activations. The fix was basically
to filter out the second WM_LButtonUP, something we also do in
qapplication_win.cpp.
Task-number: 205499
Reviewed-by: denis
Diffstat (limited to 'config.tests')
0 files changed, 0 insertions, 0 deletions