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:
@@ -773,7 +773,7 @@ void FileCatalog::previewReady (int dir_id, FileBrowserEntry* fdn)
|
||||
|
||||
previewsLoaded++;
|
||||
|
||||
g_idle_add (refreshProgressBarUI, this);
|
||||
_refreshProgressBar();
|
||||
}
|
||||
|
||||
int prevfinished (void* data)
|
||||
|
Reference in New Issue
Block a user