- 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

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