From 22f69ee10a27007097e8ab329e86e0407b75e0b3 Mon Sep 17 00:00:00 2001 From: Claudio Valerio Date: Fri, 30 Aug 2013 09:54:09 +0200 Subject: [PATCH] fixed issue 93 --- src/document/UBDocumentController.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/document/UBDocumentController.cpp b/src/document/UBDocumentController.cpp index f7243ae3..8367cff3 100644 --- a/src/document/UBDocumentController.cpp +++ b/src/document/UBDocumentController.cpp @@ -1618,6 +1618,7 @@ void UBDocumentController::deletePages(QList itemsToDelete) minIndex = qMin(i, minIndex); mDocumentUI->thumbnailWidget->selectItemAt(minIndex); + UBApplication::boardController->setActiveDocumentScene(minIndex); } } }