|
|
|
@ -971,6 +971,7 @@ QRect PageViewAnnotator::performRouteMouseOrTabletEvent(const AnnotatorEngine::E |
|
|
|
if (signEngine->isAccepted()) { |
|
|
|
if (signEngine->isAccepted()) { |
|
|
|
static_cast<PickPointEngineSignature *>(m_engine)->sign(m_lockedItem->pageNumber()); |
|
|
|
static_cast<PickPointEngineSignature *>(m_engine)->sign(m_lockedItem->pageNumber()); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
m_continuousMode = false; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if (m_continuousMode) |
|
|
|
if (m_continuousMode) |
|
|
|
@ -1185,8 +1186,8 @@ void PageViewAnnotator::selectStampTool(const QString &stampSymbol) |
|
|
|
|
|
|
|
|
|
|
|
void PageViewAnnotator::detachAnnotation() |
|
|
|
void PageViewAnnotator::detachAnnotation() |
|
|
|
{ |
|
|
|
{ |
|
|
|
|
|
|
|
selectTool(-1, ShowTip::No); |
|
|
|
if (!signatureMode()) { |
|
|
|
if (!signatureMode()) { |
|
|
|
selectTool(-1, ShowTip::No); |
|
|
|
|
|
|
|
if (m_actionHandler) |
|
|
|
if (m_actionHandler) |
|
|
|
m_actionHandler->deselectAllAnnotationActions(); |
|
|
|
m_actionHandler->deselectAllAnnotationActions(); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
|