Browse Source

Merged in FixTclCommandNew (pull request #331)

FixTclCommandNew (Issue #478)
Andre Spahlinger 5 years ago
parent
commit
90b96f7be4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tclCommands/TclCommandNew.py

+ 1 - 1
tclCommands/TclCommandNew.py

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