mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 21:06:59 -04:00
Generated packs can now be selected for printing.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1107 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -72,9 +72,7 @@ void ImagesExportWindow::onOk(wxCommandEvent&) {
|
||||
if (name.empty()) return;
|
||||
// Cards to export
|
||||
vector<CardP> cards;
|
||||
FOR_EACH(card, set->cards) {
|
||||
if (isSelected(card)) cards.push_back(card);
|
||||
}
|
||||
getSelection(cards);
|
||||
// Export
|
||||
export_images(set, cards, name, gs.images_export_filename, gs.images_export_conflicts);
|
||||
// Done
|
||||
|
||||
Reference in New Issue
Block a user