Skip to content

Commit 8c690c7

Browse files
authored
Merge pull request #7 from combolek/master
Fixes #6.
2 parents a57bdf4 + 364b5b4 commit 8c690c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ void MainWindow::on_wizard_accept()
273273
ui->parts->setText(parts);
274274
}
275275

276-
wizardNext();
276+
QMetaObject::invokeMethod(this, &MainWindow::wizardNext, Qt::QueuedConnection);
277277
}
278278

279279
void MainWindow::on_saveButton_clicked()

0 commit comments

Comments
 (0)