Fix some crash due to refill zone. Fix #61

This commit is contained in:
Jean-Samuel Reynaud
2023-06-08 12:26:39 +02:00
parent 076e720387
commit 680af4efb8
2 changed files with 17 additions and 16 deletions

View File

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