diff --git a/src/frontends/qt4/InsetParamsDialog.cpp b/src/frontends/qt4/InsetParamsDialog.cpp index 9a4177fe87..481ab55bfc 100644 --- a/src/frontends/qt4/InsetParamsDialog.cpp +++ b/src/frontends/qt4/InsetParamsDialog.cpp @@ -200,6 +200,7 @@ docstring InsetParamsDialog::checkWidgets(bool immediate) buttonBox->button(QDialogButtonBox::Apply)->setEnabled(ins && !immediate && lfun_ok && widget_ok && !read_only && valid_argument); + immediateApplyCB->setEnabled(ins && !read_only); // This seems to be the only way to access custom buttons QList buttons = buttonBox->buttons(); for (int i = 0; i < buttons.size(); ++i) {