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:
@@ -498,6 +498,12 @@ void ThumbBrowserBase::refreshThumbImages () {
|
||||
redraw ();
|
||||
}
|
||||
|
||||
void ThumbBrowserBase::refreshQuickThumbImages () {
|
||||
for (int i=0; i<fd.size(); ++i){
|
||||
fd[i]->refreshQuickThumbnailImage ();
|
||||
}
|
||||
}
|
||||
|
||||
void ThumbBrowserBase::refreshEditedState (const std::set<Glib::ustring>& efiles) {
|
||||
|
||||
editedFiles = efiles;
|
||||
|
Reference in New Issue
Block a user