- wip Drilling Tool - fixed an issue with dropping the changes done in the UI

This commit is contained in:
Marius Stanciu
2021-01-28 21:04:21 +02:00
committed by Marius
parent 606d6f8dfb
commit de97d60b9a
2 changed files with 4 additions and 2 deletions

View File

@@ -1864,7 +1864,8 @@ class ToolDrilling(AppTool, Excellon):
return
# update the Excellon Tools
self.excellon_tools = obj.tools
# we don't do it here since it will break any changes we've done in the Drilling Tool UI
# self.excellon_tools = obj.tools
xmin = obj.options['xmin']
ymin = obj.options['ymin']