восстановил отображение текущей двм системы на вкладке

This commit is contained in:
2023-12-11 18:52:23 +03:00
parent 12e963ca1b
commit 953ff522d5
8 changed files with 20 additions and 25 deletions

View File

@@ -119,12 +119,12 @@ public class CompilersDBTable extends iDBTable<Compiler> {
@Override
public void ShowCurrentObject() throws Exception {
super.ShowCurrentObject();
UI.getMainWindow().ShowCredentials();
UI.getMainWindow().getTestingWindow().ShowCurrentCompiler();
}
@Override
public void ShowNoCurrentObject() throws Exception {
super.ShowNoCurrentObject();
UI.getMainWindow().ShowCredentials();
UI.getMainWindow().getTestingWindow().ShowCurrentCompiler();
}
};
}