mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Editor - continuation
This commit is contained in:
@ -2605,6 +2605,11 @@ uint PDFPageContentElementEdited::getManipulationMode(const QPointF& point, PDFR
|
||||
Q_UNUSED(point);
|
||||
Q_UNUSED(snapPointDistanceThreshold);
|
||||
|
||||
if (getBoundingBox().contains(point))
|
||||
{
|
||||
return Select;
|
||||
}
|
||||
|
||||
return None;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user