adding butto to toolbar

This commit is contained in:
easyw
2019-09-27 10:10:02 +02:00
parent ac41373ffc
commit cc2f35eba2

View File

@ -47,6 +47,7 @@ class FillAreaAction(pcbnew.ActionPlugin):
self.category = "Modify PCB" self.category = "Modify PCB"
self.description = "Via Stitching for PCB Zone" self.description = "Via Stitching for PCB Zone"
self.icon_file_name = os.path.join(os.path.dirname(__file__), "./stitching-vias.png") self.icon_file_name = os.path.join(os.path.dirname(__file__), "./stitching-vias.png")
self.show_toolbar_button = True
def Run(self): def Run(self):
a = FillAreaDialogEx(None) a = FillAreaDialogEx(None)