mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
fix topology error markers
This commit is contained in:
parent
bdd61d592c
commit
5f1725006f
@ -149,6 +149,15 @@ void checkDock::deleteErrors()
|
||||
|
||||
mErrorList.clear();
|
||||
mErrorListModel->resetModel();
|
||||
|
||||
QList<QgsRubberBand*>::const_iterator rit;
|
||||
|
||||
for ( rit = mRbErrorMarkers.begin(); rit != mRbErrorMarkers.end(); ++rit )
|
||||
{
|
||||
QgsRubberBand* rb = *rit;
|
||||
rb->reset();
|
||||
delete rb;
|
||||
}
|
||||
}
|
||||
|
||||
void checkDock::parseErrorListByLayer( QString layerId )
|
||||
|
Loading…
x
Reference in New Issue
Block a user