fb5a3a53fa
This modification reduces the faulty clearing and redrawing of the results. The old code refreshed the view for every async search provider by iterating through all result sets (one result set per provider) and refreshing all providers. In this case there were 40 redraws. This patch adds a new method _clearDisplayForProvider that allows us to refresh only providers with changed results. |
||
---|---|---|
.. | ||
misc | ||
perf | ||
ui | ||
Makefile.am |