Fast preview thumbnail is configurable now

This commit is contained in:
Oliver Duis
2010-10-29 19:28:43 +02:00
parent 96adb21c48
commit a78979f971
8 changed files with 22 additions and 70 deletions

View File

@@ -83,7 +83,7 @@ void FileBrowserEntry::refreshThumbnailImage () {
void FileBrowserEntry::refreshQuickThumbnailImage () {
// Only make a (slow) processed preview if the picture has been edited at all
if ( thumbnail &&
thumbnail->isQuick() && thumbnail->isPParamsValid() )
thumbnail->isQuick() && (!options.internalThumbIfUntouched || thumbnail->isPParamsValid()) )
{
thumbImageUpdater->add(thumbnail, thumbnail->getProcParams(), preh, &updatepriority, true, this);
}