make to_json work on StyleP and IndexMap

This commit is contained in:
GenevensiS
2026-01-15 18:08:34 +01:00
parent 8afd412021
commit 2e68014612
5 changed files with 42 additions and 11 deletions
+1
View File
@@ -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();