Fix table selection algorithm

This commit is contained in:
Jakub Melka
2022-12-29 17:26:18 +01:00
parent 2107ad7271
commit 33c00c2683
2 changed files with 29 additions and 2 deletions

View File

@@ -421,6 +421,7 @@ private:
bool m_isTransposed;
std::vector<PDFReal> m_horizontalBreaks;
std::vector<PDFReal> m_verticalBreaks;
PageRotation m_rotation;
};
/// Tool that makes screenshot of page area and copies it to the clipboard,