mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix spacing problem and thereby fix 6802.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34771 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0c354aeca3
commit
9211fe72c1
@ -1780,8 +1780,8 @@ def revert_argument(document):
|
||||
i = find_token(document.body, '\\begin_inset Argument', i)
|
||||
if i == -1:
|
||||
return
|
||||
document.body[i] = "\\begin_inset OptArg"
|
||||
i += 1
|
||||
document.body[i] = "\\begin_inset OptArg"
|
||||
i += 1
|
||||
|
||||
|
||||
def revert_makebox(document):
|
||||
|
Loading…
Reference in New Issue
Block a user