Compressing events timeout to 50ms; improves consistency of the resultScene
svn path=/trunk/KDE/kdelibs/; revision=943326
This commit is contained in:
parent
c47d34bcba
commit
282ee1b508
@ -68,7 +68,7 @@ public:
|
||||
|
||||
void scheduleMatchesChanged()
|
||||
{
|
||||
matchChangeTimer.start(0);
|
||||
matchChangeTimer.start(50);
|
||||
}
|
||||
|
||||
void matchesChanged()
|
||||
|
Loading…
Reference in New Issue
Block a user