Skip to content

Commit 85079e1

Browse files
author
g_j_m
committed
The delete point function now works in the georeferencer
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5755 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 1b3b8c7 commit 85079e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugins/georeferencer/qgspointdialog.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ void QgsPointDialog::deleteDataPoint(QgsPoint& coords)
451451
if ((x*x + y*y) < maxDistSqr)
452452
{
453453
mPoints.erase(it);
454+
delete *it;
454455
mCanvas->refresh();
455456
break;
456457
}

0 commit comments

Comments
 (0)