Переглянути джерело

- typo fixed in Copper Thieving Tool (due of recent changes)

Marius Stanciu 5 роки тому
батько
коміт
4712d6c5b2
2 змінених файлів з 2 додано та 1 видалено
  1. 1 0
      CHANGELOG.md
  2. 1 1
      appTools/ToolCopperThieving.py

+ 1 - 0
CHANGELOG.md

@@ -12,6 +12,7 @@ CHANGELOG for FlatCAM beta
 - adapted HPGL importer to work within the new app
 - in Gerber Editor fixed an error when using the Distance Tool with "Snap to center" option active: if clicking not on a pad Distance Tool was not working
 - updated the Turkish translation strings (by Mehmet Kaya)
+- typo fixed in Copper Thieving Tool (due of recent changes)
 
 30.10.2020
 

+ 1 - 1
appTools/ToolCopperThieving.py

@@ -875,7 +875,7 @@ class ToolCopperThieving(AppTool):
 
             app_obj.app.proc_container.update_view_text(' %s' % _("Append source file"))
             # update the source file with the new geometry:
-            app_obj.grb_object.source_file = app_obj.f_handlers.export_gerber(
+            app_obj.grb_object.source_file = app_obj.app.f_handlers.export_gerber(
                 obj_name=app_obj.grb_object.options['name'], filename=None, local_use=app_obj.grb_object,
                 use_thread=False)
             app_obj.app.proc_container.update_view_text(' %s' % '')