mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
trim trailing linebreak
This commit is contained in:
parent
3c88f7ef10
commit
5cb8733660
@ -4630,7 +4630,7 @@ void GuiDocument::paramsToDialog()
|
||||
toqstr(pdf.quoted_options));
|
||||
|
||||
pdfSupportModule->metadataTE->setPlainText(
|
||||
toqstr(bp_.document_metadata));
|
||||
toqstr(rtrim(bp_.document_metadata, "\n")));
|
||||
|
||||
// change tracking
|
||||
changesModule->trackChangesCB->setChecked(bp_.track_changes);
|
||||
|
Loading…
Reference in New Issue
Block a user