diff --git a/trunk/src/com/jpexs/decompiler/flash/gui/MainFrame.java b/trunk/src/com/jpexs/decompiler/flash/gui/MainFrame.java index 6a0868d39..90d70a9ff 100644 --- a/trunk/src/com/jpexs/decompiler/flash/gui/MainFrame.java +++ b/trunk/src/com/jpexs/decompiler/flash/gui/MainFrame.java @@ -1073,7 +1073,7 @@ public class MainFrame extends AppFrame implements ActionListener, TreeSelection errorNotificationButton.setIcon(null); errorNotificationButton.setSize(16, 16); } - if (pos == 4) { + if (pos >= 4) { cancel(); } }