increase the delay a bit; with more runners happening, this makes it all a littl less jerky; we need a better way to change this dynamically
svn path=/trunk/KDE/kdelibs/; revision=1128369
This commit is contained in:
parent
3a10a5c507
commit
e3eda3ab65
@ -88,7 +88,7 @@ public:
|
||||
|
||||
void scheduleMatchesChanged()
|
||||
{
|
||||
matchChangeTimer.start(50);
|
||||
matchChangeTimer.start(100);
|
||||
}
|
||||
|
||||
void matchesChanged()
|
||||
|
Loading…
Reference in New Issue
Block a user