- fixed issue #478 - Tcl Command 'New' updated
This commit is contained in:
@@ -10,6 +10,7 @@ CHANGELOG for FlatCAM beta
|
|||||||
28.12.2020
|
28.12.2020
|
||||||
|
|
||||||
- Gerber Editor - Import Shape sub-tool finished (by adding selection by dragging a selection box)
|
- 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
|
27.12.2020
|
||||||
|
|
||||||
|
|||||||
@@ -39,4 +39,4 @@ class TclCommandNew(TclCommand):
|
|||||||
:return: None or exception
|
:return: None or exception
|
||||||
"""
|
"""
|
||||||
|
|
||||||
self.app.on_file_new_project(cli=True)
|
self.app.f_handlers.on_file_new_project(cli=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user