mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 05:07:00 -04:00
set.validate() used for adding initial card to a set
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@142 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -77,7 +77,7 @@ void NewSetWindow::OnOK(wxCommandEvent&) {
|
||||
void NewSetWindow::done() {
|
||||
StyleSheetP stylesheet = stylesheet_list->getSelection<StyleSheet>();
|
||||
set = new_shared1<Set>(stylesheet);
|
||||
set->cards.push_back(new_shared1<Card>(*set->game));
|
||||
set->validate();
|
||||
EndModal(wxID_OK);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user