mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 05:07:00 -04:00
fix copy pasting bugs
This commit is contained in:
@@ -654,8 +654,9 @@ CardP CardsPanel::selectedCard() const {
|
||||
return card_list->getCard();
|
||||
}
|
||||
void CardsPanel::selectCard(const CardP& card) {
|
||||
if (!set) return; // we want onChangeSet first
|
||||
if (!set) return; // we want onChangeSet first
|
||||
|
||||
card_list->SetFocus();
|
||||
card_list->setCard(card);
|
||||
|
||||
editor->setCard(card);
|
||||
|
||||
Reference in New Issue
Block a user