add quick thumbnails to cache

This commit is contained in:
Steve Herrell
2010-11-04 21:36:52 -04:00
parent 791622c3a0
commit 9abe74d73a
5 changed files with 27 additions and 20 deletions

View File

@@ -136,7 +136,14 @@ FileThumbnailButtonSet* FileBrowserEntry::getThumbButtonSet () {
void FileBrowserEntry::procParamsChanged (Thumbnail* thm, int whoChangedIt) {
refreshThumbnailImage ();
if ( thumbnail->isQuick() )
{
refreshQuickThumbnailImage ();
}
else
{
refreshThumbnailImage ();
}
}
struct tiupdate {