We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent de8b045 commit 01a7674Copy full SHA for 01a7674
src/plugins/geometry_checker/ui/qgsgeometrycheckerresulttab.cpp
@@ -323,7 +323,7 @@ void QgsGeometryCheckerResultTab::highlightErrors( bool current )
323
if ( ui.checkBoxHighlight->isChecked() && geometry )
324
{
325
QgsRubberBand* featureRubberBand = new QgsRubberBand( mIface->mapCanvas() );
326
- QgsGeometry geom( geometry );
+ QgsGeometry geom( geometry->clone() );
327
featureRubberBand->addGeometry( &geom, mFeaturePool->getLayer() );
328
featureRubberBand->setWidth( 5 );
329
featureRubberBand->setColor( Qt::yellow );
0 commit comments