adding stitching help image
This commit is contained in:
@ -57,6 +57,7 @@ class FillAreaAction(pcbnew.ActionPlugin):
|
||||
#a.m_Netname.SetValue("GND")
|
||||
a.m_ClearanceMM.SetValue("0.2")
|
||||
a.m_Star.SetValue(True)
|
||||
a.m_bitmapStitching.SetBitmap(wx.Bitmap( os.path.join(os.path.dirname(os.path.realpath(__file__)), "stitching-vias-help.png") ) )
|
||||
self.board = pcbnew.GetBoard()
|
||||
PopulateNets("GND",a)
|
||||
modal_result = a.ShowModal()
|
||||
|
Reference in New Issue
Block a user