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

@ -169,6 +169,8 @@ public:
QString getItemsAsText() const;
void setItemsAsText(const QString& newItemsAsText);
void optimize();
private:
std::vector<Item> m_items;
QPainterPath m_textPath;
@ -283,7 +285,6 @@ protected:
private:
PDFEditedPageContent m_content;
QRectF m_textBoundingRect;
std::stack<QPainterPath> m_clippingPaths;
std::unique_ptr<PDFEditedPageContentElementText> m_contentElementText;
QPainterPath m_textPath;