Handle GuiParagraph for OK default button issue as well

This commit is contained in:
Juergen Spitzmueller 2018-12-20 15:12:53 +01:00
parent 44a0748ba3
commit 7fae26c9a7

View File

@ -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);
}