mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Remove FormatVersion
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5090 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f2d6c172d4
commit
74a633f71f
@ -27,6 +27,8 @@ def change_insetgraphics(lines):
|
||||
break
|
||||
j = find_end_of_inset(lines, i)
|
||||
|
||||
lines[i] = "\\begin_inset Graphics"
|
||||
|
||||
if get_value(lines, "display", i, j) == "default":
|
||||
j = del_token(lines, "display", i, j)
|
||||
if get_value(lines, "rotateOrigin", i, j) == "leftBaseline":
|
||||
|
Loading…
Reference in New Issue
Block a user