no message

This commit is contained in:
2024-02-14 17:58:52 +03:00
parent ea3fb6a0ba
commit 0397346b0f
8 changed files with 17 additions and 8 deletions

View File

@@ -238,8 +238,10 @@ public class Precompilation extends Pass_2021<db_project_info> {
@Override
protected void showFinish() throws Exception {
UI.getMainWindow().getProjectWindow().RefreshProjectTreeAndMessages();
if (Current.HasFile())
if (Current.HasFile()) {
Current.getFile().form.ShowCompilationOutput();
Current.getFile().form.FocusCompilationOut();
}
}
@Override
public void Interrupt() throws Exception {