Merged in FixTclCommandNew (pull request #331)

FixTclCommandNew (Issue #478)
This commit is contained in:
Andre Spahlinger 2020-12-29 09:36:03 +00:00 committed by Marius Stanciu
commit 90b96f7be4
1 changed files with 1 additions and 1 deletions

View File

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