diff --git a/src/frontends/qt4/GuiParagraph.cpp b/src/frontends/qt4/GuiParagraph.cpp index b7e1050a3f..49338392cc 100644 --- a/src/frontends/qt4/GuiParagraph.cpp +++ b/src/frontends/qt4/GuiParagraph.cpp @@ -304,6 +304,8 @@ void GuiParagraph::updateView() linespacingValue->setText(QString()); linespacingValue->setEnabled(false); } + // Somewhere in the chain this can lose default status (#11417) + buttonBox->button(QDialogButtonBox::Ok)->setDefault(true); }