mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
The delete point function now works in the georeferencer
git-svn-id: http://svn.osgeo.org/qgis/trunk@5755 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
1907ae6253
commit
1227f22d40
@ -451,6 +451,7 @@ void QgsPointDialog::deleteDataPoint(QgsPoint& coords)
|
|||||||
if ((x*x + y*y) < maxDistSqr)
|
if ((x*x + y*y) < maxDistSqr)
|
||||||
{
|
{
|
||||||
mPoints.erase(it);
|
mPoints.erase(it);
|
||||||
|
delete *it;
|
||||||
mCanvas->refresh();
|
mCanvas->refresh();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user