From 16756af1bf59a8c59b16c852e311316aacd3351f Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 30 Nov 2003 13:23:51 +0000 Subject: Allow to process mouse and key events during document scanning... I use 20 as a value for now... someone tuned it but forgot to commit it?! --- (limited to 'core') diff --git a/core/launcher/documentlist.cpp b/core/launcher/documentlist.cpp index 1a7de33..ece6931 100644 --- a/core/launcher/documentlist.cpp +++ b/core/launcher/documentlist.cpp @@ -143,7 +143,7 @@ void DocumentList::pause() void DocumentList::resume() { if ( d->tid == 0 ) { - d->tid = startTimer( 0 ); + d->tid = startTimer( 20 ); //qDebug("resumed %i", d->tid); } } -- cgit v0.9.0.2