Error log does not clear

If I click on an error, fix it recompile. It still shows up in the error window, even though it compiled and gave me a new EXE. Anyone else seen this?
Dave

The error list is not updated when the compiler generates no error messages during a build, even if non-error messages are generated. This is the same behavior as older versions of the IDE.

Under older IDEs, the error tab was automatically closed whenever the compiler was invoked. Under Xojo, the error list is persistent and old warnings won’t be cleared until the next time you tell the IDE to analyze the project or the compiler emits an error message.