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) {
|
||||
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