mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Fix lyx2lyx reversion problem for covington examples
Do not take arguments of nested insets/layouts as your own
This commit is contained in:
parent
c3e0ae4bfd
commit
dfab2898de
@ -5296,6 +5296,9 @@ def revert_exarg2(document):
|
||||
continue
|
||||
|
||||
arg = find_token(document.body, "\\begin_inset Argument 1", i, l)
|
||||
if arg != -1 and layouttype != "\\begin_layout " + get_containing_layout(document.body, arg)[0]:
|
||||
# this is not our argument!
|
||||
arg = -1
|
||||
if subexpl or arg == -1:
|
||||
iarg = find_token(document.body, "\\begin_inset Argument item:1", i, l)
|
||||
if iarg == -1:
|
||||
|
Loading…
Reference in New Issue
Block a user