error log icon infinite blinking

This commit is contained in:
Jindra Petk
2013-07-17 18:16:05 +02:00
parent 0b1aa1ce40
commit 45203e6b33

View File

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