mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 21:06:59 -04:00
Card list sorting is now handled per window (closes #71)
This commit is contained in:
@@ -632,6 +632,9 @@ void RandomPackPanel::selectionChoices(ExportCardSelectionChoices& out) {
|
||||
));
|
||||
}
|
||||
|
||||
void RandomPackPanel::getCardLists(vector<CardListBase*>& out) {
|
||||
if (isInitialized()) out.push_back(card_list);
|
||||
}
|
||||
|
||||
BEGIN_EVENT_TABLE(RandomPackPanel, wxPanel)
|
||||
EVT_CARD_SELECT(wxID_ANY, RandomPackPanel::onCardSelect)
|
||||
|
||||
Reference in New Issue
Block a user