Merge pull request #2771 from sotovdev/fix11jan17

Hotfix (client don't compile) after pr 2762 merged to master
This commit is contained in:
ingmargoudt 2017-01-11 10:19:26 +01:00 committed by GitHub
commit 31a695a8d0

View file

@ -1023,11 +1023,7 @@ public class DragCardGrid extends JPanel implements DragCardSource, DragCardTarg
// Bling button - aka Add in a premium 'JR', 'MBP', 'CS' etc card
blingButton.setToolTipText("Bling your deck! Select the original and added cards by selecting 'Multiples' in the selection options");
blingButton.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent evt) {
blingDeck();
}
});
blingButton.addActionListener(evt -> blingDeck());
// Filter popup
filterPopup = new JPopupMenu();