mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 13:37:00 -04:00
Card list sorting is now handled per window (closes #71)
This commit is contained in:
@@ -56,7 +56,8 @@ public:
|
||||
CardP selectedCard() const override;
|
||||
void selectCard(const CardP& card) override;
|
||||
void selectionChoices(ExportCardSelectionChoices& out) override;
|
||||
|
||||
void getCardLists(vector<CardListBase*>& out) override;
|
||||
|
||||
// --------------------------------------------------- : Clipboard
|
||||
|
||||
bool canCopy() const override;
|
||||
|
||||
Reference in New Issue
Block a user