From 45203e6b339ef529e76b3f6def11a00b2bb4a9cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=F8=EDk?= Date: Wed, 17 Jul 2013 18:16:05 +0200 Subject: [PATCH] error log icon infinite blinking --- trunk/src/com/jpexs/decompiler/flash/gui/MainFrame.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } }