From f370299e8029b4b889eba254ce5aa7955fdaa9c3 Mon Sep 17 00:00:00 2001 From: Honfika Date: Mon, 23 Dec 2013 20:58:55 +0100 Subject: [PATCH] show "close swf" menu only in the swf tree node --- trunk/src/com/jpexs/decompiler/flash/gui/MainFrame.java | 1 + 1 file changed, 1 insertion(+) diff --git a/trunk/src/com/jpexs/decompiler/flash/gui/MainFrame.java b/trunk/src/com/jpexs/decompiler/flash/gui/MainFrame.java index 870baf40c..3089bf05a 100644 --- a/trunk/src/com/jpexs/decompiler/flash/gui/MainFrame.java +++ b/trunk/src/com/jpexs/decompiler/flash/gui/MainFrame.java @@ -361,6 +361,7 @@ public final class MainFrame extends AppRibbonFrame implements ActionListener, T replaceImageSelectionMenuItem.setVisible(false); replaceBinarySelectionMenuItem.setVisible(false); + closeSelectionMenuItem.setVisible(false); if (paths.length == 1) { Object tagObj = paths[0].getLastPathComponent();