mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
make to_json work on StyleP and IndexMap
This commit is contained in:
@@ -67,6 +67,7 @@ void CardLinkWindow::getSelection(vector<CardP>& out) const {
|
||||
|
||||
void CardLinkWindow::setSelection(const vector<CardP>& cards) {
|
||||
list->setSelection(cards);
|
||||
queue_message(MESSAGE_WARNING, String("") << cards.size());
|
||||
}
|
||||
void CardLinkWindow::setRelationType() {
|
||||
int index = relation_type->GetSelection();
|
||||
|
||||
Reference in New Issue
Block a user