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

This commit is contained in:
Marius Stanciu 2020-10-31 01:40:56 +02:00
parent 0774f8d643
commit 4712d6c5b2
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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' % '')