mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +00:00
Handle GuiParagraph for OK default button issue as well
This commit is contained in:
parent
44a0748ba3
commit
7fae26c9a7
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user