now that we re-use visual items as much as possible, update the matches more agressively (makes it feel less laggy now that the UI is doing the right thing)
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=839872
This commit is contained in:
parent
a039cc7302
commit
483e30d6b9
@ -200,7 +200,7 @@ public:
|
||||
|
||||
void scheduleMatchesChanged()
|
||||
{
|
||||
matchChangeTimer.start(100);
|
||||
matchChangeTimer.start(0);
|
||||
}
|
||||
|
||||
void matchesChanged()
|
||||
|
Loading…
Reference in New Issue
Block a user