- fixed issue #478 - Tcl Command 'New' updated

This commit is contained in:
Marius Stanciu
2020-12-29 00:02:09 +02:00
committed by Marius
parent 34d619f737
commit 7e35575b2d
2 changed files with 2 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ CHANGELOG for FlatCAM beta
28.12.2020
- Gerber Editor - Import Shape sub-tool finished (by adding selection by dragging a selection box)
- fixed issue #478 - Tcl Command 'New' updated
27.12.2020

View File

@@ -39,4 +39,4 @@ class TclCommandNew(TclCommand):
:return: None or exception
"""
self.app.on_file_new_project(cli=True)
self.app.f_handlers.on_file_new_project(cli=True)