mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-15 07:48:29 -04:00
better handling of test result dialog
This commit is contained in:
parent
d4701cd9c9
commit
97ab06c540
@ -481,7 +481,7 @@ public class Main extends JFrame implements ClosingWindowListener.ConfirmSave, E
|
||||
if (tsl.isEmpty())
|
||||
throw new DataException(Lang.get("err_noTestData"));
|
||||
|
||||
new TestResultDialog(Main.this, tsl, circuitComponent.getCircuit(), library).setVisible(true);
|
||||
windowPosManager.register("testcase", new TestResultDialog(Main.this, tsl, circuitComponent.getCircuit(), library)).setVisible(true);
|
||||
|
||||
circuitComponent.getCircuit().clearState();
|
||||
} catch (Exception e1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user