Merge pull request #1428 from SiboVG/issue-1426
[Fixes #1426] Revalidate plotExportPanel after button change
This commit is contained in:
commit
32c16add5b
@ -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