diff options
author | Jens Bache-Wiig <jbache@trolltech.com> | 2009-07-21 11:37:43 (GMT) |
---|---|---|
committer | Jens Bache-Wiig <jbache@trolltech.com> | 2009-08-04 14:57:54 (GMT) |
commit | ed375675d4a4f6fd63edeb242e23c87b3de4be6f (patch) | |
tree | 2da8d40704bdf17494a4e40504bffc78fc159cf6 /dist | |
parent | 2764dc0a0f4f8f6c87e716817ae99a7b57cdd23e (diff) | |
download | Qt-ed375675d4a4f6fd63edeb242e23c87b3de4be6f.zip Qt-ed375675d4a4f6fd63edeb242e23c87b3de4be6f.tar.gz Qt-ed375675d4a4f6fd63edeb242e23c87b3de4be6f.tar.bz2 |
Fix: Gtk native dialogs do not repaint when zero-timers are used
The problem was that our glib timers were given too high priority,
effectively starving the Gtk event loop. By assigning our timer source,
G_PRIORITY_DEFAULT_IDLE we ensure that all gtk+ events are handled first,
thus allowing the native dialogs to respond and repaint properly.
Task-number: 258433
Reviewed-by: bhughes
Diffstat (limited to 'dist')
0 files changed, 0 insertions, 0 deletions