Skip to content
Snippets Groups Projects
Commit d7ecc212 authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

ENH : correct infinite loop when DeleteLayerByName

parent a47091a1
Branches
Tags
No related merge requests found
......@@ -124,6 +124,7 @@ LayerBasedModel<TLayer>
found = true;
}
++index;
++it;
}
if(found)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment