TRACKS_CLEANER: restart dangling track removal loop every time an item is removed

Fixes: lp:1823973
* https://bugs.launchpad.net/kicad/+bug/1823973
This commit is contained in:
Tomasz Włostowski 2019-06-25 21:40:04 +02:00
parent c1eee56785
commit be42b80713
1 changed files with 1 additions and 0 deletions

View File

@ -307,6 +307,7 @@ bool TRACKS_CLEANER::deleteDanglingTracks()
* now perhaps is not connected and should be deleted */ * now perhaps is not connected and should be deleted */
item_erased = true; item_erased = true;
modified = true; modified = true;
break;
} }
} }
} }