瀏覽代碼

Ignoring even EExternalException after too big file is loaded into the internal editor

(p=98185)

Source commit: 2b45ee0092438f60ec72fbac1bf7a6aa74ef53ad
Martin Prikryl 5 年之前
父節點
當前提交
a9fd620201
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      source/forms/Editor.cpp

+ 1 - 0
source/forms/Editor.cpp

@@ -1422,6 +1422,7 @@ void __fastcall TEditorForm::CheckFileSize()
       // Those are actually nearly all internal exceptions we ever practically get
       IgnoreException(typeid(EOutOfMemory));
       IgnoreException(typeid(EAccessViolation));
+      IgnoreException(typeid(EExternalException));
     }
   }
 }