speed up un-cached directories
embedded thumbnails will be used for the first pass when cached thumbnails are not found.
This commit is contained in:
@@ -374,10 +374,14 @@ void FileCatalog::_previewsFinished () {
|
||||
filterPanel->setFilter ( currentEFS,false );
|
||||
}
|
||||
}
|
||||
// restart anything that might have been loaded low quality
|
||||
fileBrowser->refreshQuickThumbImages();
|
||||
}
|
||||
|
||||
void FileCatalog::previewsFinished (int dir_id) {
|
||||
|
||||
GThreadLock lock;
|
||||
|
||||
if ( dir_id != selectedDirectoryId )
|
||||
{
|
||||
return;
|
||||
|
Reference in New Issue
Block a user