[fix][optimizer] update the in-dialog figure when the user clicks 'apply optimization'

This commit is contained in:
Daniel_M_Williams 2020-07-26 16:48:05 -04:00
parent d7c0e9d8ac
commit 9f8ed13713

View File

@ -909,6 +909,8 @@ public class GeneralOptimizationDialog extends JDialog {
dest.addChild(c); dest.addChild(c);
} }
figure.repaint();
} finally { } finally {
dest.thaw(); dest.thaw();
baseDocument.stopUndo(); baseDocument.stopUndo();