When opening a folder with a lot of files (about 1000) progress bar in rt and tab label of filebrowser (percentage) are not updated frequently, fixes #3592

This commit is contained in:
heckflosse
2017-01-07 23:06:57 +01:00
parent 2f1da199bd
commit c02ca5089b

View File

@@ -773,7 +773,7 @@ void FileCatalog::previewReady (int dir_id, FileBrowserEntry* fdn)
previewsLoaded++;
g_idle_add (refreshProgressBarUI, this);
_refreshProgressBar();
}
int prevfinished (void* data)