mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-08-03 09:21:31 -07:00
Moved exec statement.
This commit is contained in:
@@ -29,8 +29,6 @@ DlgAddSet::DlgAddSet(QWidget *parent, bool success) : QDialog(parent) {
|
||||
parentLayout->addWidget(buttonBox);
|
||||
|
||||
setLayout(parentLayout);
|
||||
|
||||
exec();
|
||||
}
|
||||
|
||||
void DlgAddSet::closeDialog()
|
||||
|
||||
@@ -907,6 +907,7 @@ void TabDeckEditor::actAddCustomSet()
|
||||
);
|
||||
|
||||
DlgAddSet dlg(this, res);
|
||||
dlg.exec();
|
||||
}
|
||||
|
||||
void TabDeckEditor::actEditSets()
|
||||
|
||||
Reference in New Issue
Block a user