mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 17:10:57 +00:00
Disable tag info panel hyperlinks when editation
This commit is contained in:
@@ -87,6 +87,9 @@ public class TagInfoPanel extends JPanel {
|
||||
item = swf.getTimeline().getFrame(id);
|
||||
}
|
||||
if (item != null) {
|
||||
if (mainPanel.checkEdited()) {
|
||||
return;
|
||||
}
|
||||
mainPanel.setTagTreeSelectedNode(mainPanel.getCurrentTree(), item);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user