Editor plugin: Bugfixing

This commit is contained in:
Jakub Melka
2024-06-06 21:00:57 +02:00
parent 9222a60039
commit 3a74e0c565
4 changed files with 66 additions and 26 deletions

View File

@ -121,6 +121,7 @@ private:
pdf::PDFPageContentScene m_scene;
std::map<pdf::PDFInteger, pdf::PDFEditedPageContent> m_editedPageContent;
bool m_sceneSelectionChangeEnabled;
bool m_isSaving;
};
} // namespace pdfplugin