[#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) {
|
switch (selectedIndex) {
|
||||||
case 0:
|
case 0:
|
||||||
ok.setText(trans.get("SimulationEditDialog.btn.plot"));
|
ok.setText(trans.get("SimulationEditDialog.btn.plot"));
|
||||||
|
plotExportPanel.revalidate();
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
ok.setText(trans.get("SimulationEditDialog.btn.export"));
|
ok.setText(trans.get("SimulationEditDialog.btn.export"));
|
||||||
|
plotExportPanel.revalidate();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user