This commit is contained in:
Morten Johan Sorvig 2011-06-23 11:15:13 +02:00
parent 454a4ebb67
commit 2f476d8465

View File

@ -74,7 +74,7 @@ static gboolean userEventSourceCheck(GSource *source)
static gboolean userEventSourceDispatch(GSource *s, GSourceFunc, gpointer)
{
GUserEventSource * source = reinterpret_cast<GUserEventSource *>(s);
QWindowSystemInterface::sendWindowSystemEvents(source->q, flags);
QWindowSystemInterface::sendWindowSystemEvents(source->q, QEventLoop::AllEvents);
return true;
}