Don't dismiss the plot/export dialog when the plot is displayed.
This commit is contained in:
parent
4716030d1b
commit
ff39e0ea63
@ -57,7 +57,6 @@ public class SimulationPlotExportDialog extends JDialog {
|
|||||||
if (tabbedPane.getSelectedIndex() == 0) {
|
if (tabbedPane.getSelectedIndex() == 0) {
|
||||||
JDialog plot = plotTab.doPlot(SimulationPlotExportDialog.this.parentWindow);
|
JDialog plot = plotTab.doPlot(SimulationPlotExportDialog.this.parentWindow);
|
||||||
if (plot != null) {
|
if (plot != null) {
|
||||||
SimulationPlotExportDialog.this.dispose();
|
|
||||||
plot.setVisible(true);
|
plot.setVisible(true);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user