From cb2c435a61d2fa44453f1afd0a1ccf74150204d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Fauconnier?= Date: Fri, 13 Oct 2017 10:14:00 +0200 Subject: [PATCH] thumb pages were not updated correctly --- src/document/UBDocumentContainer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/document/UBDocumentContainer.cpp b/src/document/UBDocumentContainer.cpp index f6551cc0..3584edbb 100644 --- a/src/document/UBDocumentContainer.cpp +++ b/src/document/UBDocumentContainer.cpp @@ -92,7 +92,7 @@ void UBDocumentContainer::deletePages(QList& pageIndexes) offset++; } - + emit documentThumbnailsUpdated(this); } void UBDocumentContainer::addPage(int index)