removing vias from a copy of the list to avoid to invalidate the iterators in C++

This commit is contained in:
easyw
2019-11-05 10:07:20 +01:00
parent f3d0485ff7
commit da2a1335e2
2 changed files with 7 additions and 6 deletions

View File

@ -71,7 +71,7 @@ class FillAreaAction(pcbnew.ActionPlugin):
PopulateNets("GND", a)
modal_result = a.ShowModal()
if modal_result == wx.ID_OK:
wx.LogMessage('Via Stitching: Version 1.4')
wx.LogMessage('Via Stitching: Version 1.5')
if 1: # try:
fill = FillArea.FillArea()
fill.SetStepMM(float(a.m_StepMM.GetValue().replace(',', '.')))