Skip to content

Commit

Permalink
Merge pull request #7 from combolek/master
Browse files Browse the repository at this point in the history
Fixes #6.
  • Loading branch information
Gregwar authored Sep 5, 2019
2 parents a57bdf4 + 364b5b4 commit 8c690c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ void MainWindow::on_wizard_accept()
ui->parts->setText(parts);
}

wizardNext();
QMetaObject::invokeMethod(this, &MainWindow::wizardNext, Qt::QueuedConnection);
}

void MainWindow::on_saveButton_clicked()
Expand Down

0 comments on commit 8c690c7

Please sign in to comment.