소스 검색

Fixed call of on_file_new

uenz 5 년 전
부모
커밋
911f2d3b51
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)