mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-18 06:06:01 -06:00
ide: fixed clearing of errors in non-source files
This commit is contained in:
parent
feaf0f7435
commit
84f83f0458
1 changed files with 2 additions and 0 deletions
|
|
@ -516,6 +516,8 @@ void AssistEditor::NewFile(bool reloading)
|
|||
Search();
|
||||
SyncMaster();
|
||||
CurrentFileContext cfx = CurrentContext();
|
||||
errors.Clear();
|
||||
Errors(Vector<Point>());
|
||||
|
||||
if(!reloading)
|
||||
is_source_file = cfx.is_source_file;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue