fix умножения сапфоровских задач

v++
This commit is contained in:
2025-02-13 18:40:53 +03:00
parent dd1f7f8040
commit 91f4ed4a17
12 changed files with 69 additions and 60 deletions

View File

@@ -61,6 +61,7 @@ public class MainMenuBar extends VisualiserMenuBar {
//-
setPreferredSize(new Dimension(0, 30));
//--
/*
add(new MenuBarButton() {
{
setIcon("/Common/icons/Apply.png");
@@ -70,6 +71,7 @@ public class MainMenuBar extends VisualiserMenuBar {
});
}
});
*/
//--
add(new JSeparator());
add(MachineButton = new MenuBarButton() {

View File

@@ -265,6 +265,9 @@ public class TestingForm implements FormWithSplitters, TestingWindow {
roText.setText(object.getOutput());
reText.setText(object.getErrors());
stsText.setText(object.getStatistic());
//-
Global.testingServer.db.groups.getUI().SetCurrentByPK(object.group_id);
Global.testingServer.db.tests.getUI().SetCurrentByPK(object.test_id);
}
@Override
public void ShowNoCurrentDVMTask() {