Editor plugin: Disable editation when signature plugin is active and vice versa

This commit is contained in:
Jakub Melka
2024-06-23 19:37:42 +02:00
parent 178ef02cc8
commit b5f102abbd
8 changed files with 82 additions and 1 deletions

View File

@ -870,6 +870,7 @@ void PDFPageContentScene::setActive(bool newIsActive)
}
Q_EMIT sceneChanged(false);
Q_EMIT sceneActiveStateChanged(newIsActive);
}
}