Maintain default status for InsetParams dialogs

Part of #11417
This commit is contained in:
Juergen Spitzmueller 2018-12-19 11:39:04 +01:00
parent 6dce63496d
commit af5909beac

View File

@ -253,6 +253,9 @@ void InsetParamsDialog::updateView()
bool const update_widget =
(synchronizedCB->isChecked() || immediateApplyCB->isChecked());
updateView(update_widget);
// Somewhere in the chain this can lose default status (#11417)
buttonBox->button(QDialogButtonBox::Ok)->setDefault(true);
}