Small batch queue thumb height fix

This commit is contained in:
Oliver Duis
2011-08-16 22:25:46 +02:00
parent 5e94740fec
commit fc0550e427
2 changed files with 2 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ void BatchQueue::addEntries ( std::vector<BatchQueueEntry*> &entries, bool head)
for( std::vector<BatchQueueEntry*>::iterator entry = entries.begin(); entry != entries.end();entry++ ){
(*entry)->setParent (this);
(*entry)->resize (options.thumbSize);
(*entry)->resize (MIN(options.thumbSize, getMaxThumbnailHeight())); // batch queue might have smaller, restricted size
Glib::ustring tempFile = getTempFilenameForParams( (*entry)->filename );
// recovery save