[Fix] Fixed thumbnail only generating last page.

This commit is contained in:
Rtch90 2014-12-17 14:53:48 +00:00
parent 8607725224
commit a837960796

View File

@ -26,7 +26,7 @@ void ThumbGen::run(void) {
mutex.lock();
PDFPageWidget* pw = pWidgets.first();
pWidgets.pop_front();
Poppler::Page* pp = pPages.last();
Poppler::Page* pp = pPages.first();
pPages.pop_front();
mutex.unlock();