From 141c48e20d107c64f99a711b29451bbf57f243f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Fauconnier?= Date: Thu, 20 Jan 2022 09:34:33 +0100 Subject: [PATCH] fixed an issue where reload thumbnails would be called twice with the second call not using the good source container --- src/document/UBDocumentController.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/document/UBDocumentController.cpp b/src/document/UBDocumentController.cpp index 02c0bf75..de19b90f 100644 --- a/src/document/UBDocumentController.cpp +++ b/src/document/UBDocumentController.cpp @@ -3217,7 +3217,6 @@ void UBDocumentController::addToDocument() UBMetadataDcSubsetAdaptor::persist(mBoardController->selectedDocument()); mBoardController->reloadThumbnails(); - emit mBoardController->documentThumbnailsUpdated(this); UBApplication::applicationController->showBoard(); mBoardController->setActiveDocumentScene(newActiveSceneIndex);