fix умножения сапфоровских задач
v++
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user