[#1426] Revalidate plotExportPanel after button change
This commit is contained in:
parent
0c9cb22660
commit
eeec79fae2
@ -277,9 +277,11 @@ public class SimulationEditDialog extends JDialog {
|
||||
switch (selectedIndex) {
|
||||
case 0:
|
||||
ok.setText(trans.get("SimulationEditDialog.btn.plot"));
|
||||
plotExportPanel.revalidate();
|
||||
break;
|
||||
case 1:
|
||||
ok.setText(trans.get("SimulationEditDialog.btn.export"));
|
||||
plotExportPanel.revalidate();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user