mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-12 16:22:14 +00:00
Do not double-click edit scripts
This commit is contained in:
@@ -5588,6 +5588,8 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
||||
previewPanel.startEditFontTag();
|
||||
} else if (treeItem instanceof TextTag) {
|
||||
previewPanel.startEditTextTag();
|
||||
} else if (treeItem instanceof ASMSource) {
|
||||
//There are two kinds of edit - Script and P-code.
|
||||
} else if (treeItem instanceof Tag) {
|
||||
Tag tag = (Tag)treeItem;
|
||||
previewPanel.showGenericTagPanel(tag);
|
||||
|
||||
Reference in New Issue
Block a user