no message
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user