Signature plugin: Create text tool bugfixing

This commit is contained in:
Jakub Melka
2022-03-27 19:53:08 +02:00
parent 22e8fd4522
commit f5881b897d
3 changed files with 25 additions and 9 deletions

View File

@@ -237,6 +237,7 @@ private:
void onRectanglePicked(pdf::PDFInteger pageIndex, QRectF pageRectangle);
void finishEditing();
void resetTool();
std::optional<QPointF> getPagePointUnderMouse(QMouseEvent* event) const;
bool isEditing() const;