mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
spjspj - Add invert selection to deck editor
This commit is contained in:
parent
24b4bc8e30
commit
946e0c54fc
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ public class DeckArea extends javax.swing.JPanel {
|
|||
public void invertCardSelection(Collection<CardView> cards) {
|
||||
// Invert Selection
|
||||
for (CardView card : cards) {
|
||||
card.setSelected(card.isSelected());
|
||||
card.setSelected(!card.isSelected());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue