* UI: fixed wrong feedback panel color for non active turn;

This commit is contained in:
Oleg Agafonov 2018-02-23 18:21:08 +04:00
parent ecb95db541
commit e5ef545d8f
2 changed files with 1 additions and 2 deletions

View file

@ -64,7 +64,6 @@ public class FeedbackPanel extends javax.swing.JPanel {
private static final Logger LOGGER = Logger.getLogger(FeedbackPanel.class);
public enum FeedbackMode {
INFORM, QUESTION, CONFIRM, CANCEL, SELECT, END
}