updateTextBounds fix

This commit is contained in:
honfika@gmail.com
2014-12-21 16:06:33 +01:00
parent edc43f0d18
commit ac9c2d65d3
8 changed files with 92 additions and 39 deletions

View File

@@ -664,6 +664,7 @@ public final class MainPanel extends JPanel implements ActionListener, TreeSelec
if (actionPanel != null) {
actionPanel.clearSource();
}
previewPanel.clear();
updateUi();
refreshTree();
}