Quellcode durchsuchen

Fixed call of on_file_new

uenz vor 5 Jahren
Ursprung
Commit
911f2d3b51
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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)