mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-03 18:44:46 +00:00
#805 Editor mode for Define*Texts added
This commit is contained in:
@@ -2214,6 +2214,7 @@ public final class MainPanel extends JPanel implements ActionListener, TreeSelec
|
||||
reload(false);
|
||||
return;
|
||||
}
|
||||
|
||||
TreeItem treeItem = (TreeItem) e.getPath().getLastPathComponent();
|
||||
if (!(treeItem instanceof SWFList)) {
|
||||
SWF swf = treeItem.getSwf();
|
||||
@@ -2226,7 +2227,8 @@ public final class MainPanel extends JPanel implements ActionListener, TreeSelec
|
||||
} else {
|
||||
updateUi();
|
||||
}
|
||||
previewPanel.setEditText(false);
|
||||
|
||||
previewPanel.setEditText(Configuration.editorMode.get());
|
||||
reload(false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user