mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
new card selection thingy also used for "export all card images"
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1108 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -251,8 +251,7 @@ void CardsPrintout::drawCard(DC& dc, const CardP& card, int card_nr) {
|
||||
const vector<CardP>* cards_to_print(Window* parent, const SetP& set, const ExportCardSelectionChoices& choices) {
|
||||
// Let the user choose cards
|
||||
//CardSelectWindow wnd(parent, set, _LABEL_("select cards print"), _TITLE_("select cards"));
|
||||
ExportWindowBase wnd(set, choices);
|
||||
wnd.wxDialog::Create(parent, wxID_ANY, _TITLE_("select cards"));
|
||||
ExportWindowBase wnd(parent, _TITLE_("select cards"), set, choices);
|
||||
wxSizer* s = new wxBoxSizer(wxVERTICAL);
|
||||
wxSizer* s2 = wnd.Create();
|
||||
s->Add(s2, 1, wxEXPAND | wxALL, 8);
|
||||
|
||||
Reference in New Issue
Block a user