Editor plugin: Refactoring

This commit is contained in:
Jakub Melka
2024-06-07 18:27:33 +02:00
parent 3a74e0c565
commit efc6ab98da
8 changed files with 933 additions and 797 deletions

View File

@ -384,6 +384,7 @@ void PDFPageContentScene::clear()
{
m_manipulator.reset();
m_elements.clear();
m_firstFreeId = 1;
Q_EMIT sceneChanged(false);
}
}