mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Editor plugin: Edit element via double click
This commit is contained in:
@ -530,7 +530,7 @@ PDFEditedPageContentElementPath* PDFEditedPageContentElementPath::clone() const
|
||||
|
||||
QRectF PDFEditedPageContentElementPath::getBoundingBox() const
|
||||
{
|
||||
QPainterPath mappedPath = getState().getCurrentTransformationMatrix().map(m_path);
|
||||
QPainterPath mappedPath = getTransform().map(m_path);
|
||||
return mappedPath.boundingRect();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user