Commit 22f69ee1 authored by Claudio Valerio's avatar Claudio Valerio

fixed issue 93

parent 5e5dc826
......@@ -1618,6 +1618,7 @@ void UBDocumentController::deletePages(QList<QGraphicsItem *> itemsToDelete)
minIndex = qMin(i, minIndex);
mDocumentUI->thumbnailWidget->selectItemAt(minIndex);
UBApplication::boardController->setActiveDocumentScene(minIndex);
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment