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();