mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Card list sorting is now handled per window (closes #71)
This commit is contained in:
@@ -388,6 +388,14 @@ void SetWindow::selectionChoices(ExportCardSelectionChoices& out) {
|
||||
out.push_back(make_intrusive<ExportCardSelectionChoice>()); // custom
|
||||
}
|
||||
|
||||
vector<CardListBase*> SetWindow::getCardLists() {
|
||||
vector<CardListBase*> out;
|
||||
FOR_EACH(p, panels) {
|
||||
p->getCardLists(out);
|
||||
}
|
||||
return out;
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------------- : Window events - close
|
||||
|
||||
void SetWindow::onClose(wxCloseEvent& ev) {
|
||||
|
||||
Reference in New Issue
Block a user