mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Signature plugin: Element manipulation - bugfixing, graphics and cursor icons
This commit is contained in:
@ -170,9 +170,13 @@ std::vector<QAction*> SignaturePlugin::getActions() const
|
||||
return result;
|
||||
}
|
||||
|
||||
void SignaturePlugin::onSceneChanged()
|
||||
void SignaturePlugin::onSceneChanged(bool graphicsOnly)
|
||||
{
|
||||
updateActions();
|
||||
if (!graphicsOnly)
|
||||
{
|
||||
updateActions();
|
||||
}
|
||||
|
||||
updateGraphics();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user