Fixed call of on_file_new

This commit is contained in:
uenz 2020-12-28 21:15:27 +01:00
parent 8f88fb2749
commit 911f2d3b51
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)