mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Merge pull request #2771 from sotovdev/fix11jan17
Hotfix (client don't compile) after pr 2762 merged to master
This commit is contained in:
commit
31a695a8d0
1 changed files with 1 additions and 5 deletions
|
@ -1023,11 +1023,7 @@ public class DragCardGrid extends JPanel implements DragCardSource, DragCardTarg
|
||||||
// Bling button - aka Add in a premium 'JR', 'MBP', 'CS' etc card
|
// 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.setToolTipText("Bling your deck! Select the original and added cards by selecting 'Multiples' in the selection options");
|
||||||
|
|
||||||
blingButton.addActionListener(new ActionListener() {
|
blingButton.addActionListener(evt -> blingDeck());
|
||||||
public void actionPerformed(ActionEvent evt) {
|
|
||||||
blingDeck();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
// Filter popup
|
// Filter popup
|
||||||
filterPopup = new JPopupMenu();
|
filterPopup = new JPopupMenu();
|
||||||
|
|
Loading…
Reference in a new issue