mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Start inset at new line
This commit is contained in:
parent
44670d4778
commit
7da8473c4f
@ -2134,7 +2134,7 @@ def revert_allowbreak(document):
|
||||
" \SpecialChar allowbreak -> Zero widths Space-inset. "
|
||||
body = "\n".join(document.body)
|
||||
body = body.replace("\\SpecialChar allowbreak\n",
|
||||
"\\begin_inset space \hspace{}\n"
|
||||
"\n\\begin_inset space \hspace{}\n"
|
||||
"\\length 0dd\n"
|
||||
"\\end_inset\n\n")
|
||||
document.body = body.split("\n")
|
||||
|
Loading…
Reference in New Issue
Block a user