There was an error while loading. Please reload this page.
2 parents bdd61d5 + 5f17250 commit 3d7b802Copy full SHA for 3d7b802
1 file changed
src/plugins/topology/checkDock.cpp
@@ -149,6 +149,15 @@ void checkDock::deleteErrors()
149
150
mErrorList.clear();
151
mErrorListModel->resetModel();
152
+
153
+ QList<QgsRubberBand*>::const_iterator rit;
154
155
+ for ( rit = mRbErrorMarkers.begin(); rit != mRbErrorMarkers.end(); ++rit )
156
+ {
157
+ QgsRubberBand* rb = *rit;
158
+ rb->reset();
159
+ delete rb;
160
+ }
161
}
162
163
void checkDock::parseErrorListByLayer( QString layerId )
0 commit comments