Consolidate Item Generation

Fix Back arrow in element gui
Dieser Commit ist enthalten in:
yoyosource 2023-10-22 13:25:00 +02:00
Ursprung 327dded73b
Commit 834039c4d4

Datei anzeigen

@ -54,6 +54,7 @@ public class SimulatorGroupChooserGui extends SimulatorPageGui<SimulatorGroup> {
SimulatorGroup newParent = new SimulatorGroup();
newParent.add(subject);
simulator.getElements().add(newParent);
parent.getElements().remove(subject);
back.open();
SimulatorWatcher.update(simulator);
}));