mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix from Martin to revert frame boxes.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8668 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7a4a8abd42
commit
9fd03bf560
@ -1,3 +1,7 @@
|
||||
2004-04-19 Martin Vermeer <martin.vermeer@hut.fi>
|
||||
* lyx_1_4.py (convert_frameless_box): Replace instead of adding
|
||||
new code.
|
||||
.
|
||||
2004-04-14 José Matos <jamatos@lyx.org>
|
||||
|
||||
* error.py
|
||||
|
@ -1008,7 +1008,7 @@ def convert_frameless_box(lines, opt):
|
||||
if j == -1:
|
||||
opt.warning("Malformed LyX file: Missing '\\end_inset'.")
|
||||
break
|
||||
lines[j-1:j-1] += ['\\begin_inset ERT', 'status ' + params['collapsed'],
|
||||
lines[j-1:j-1] = ['\\begin_inset ERT', 'status ' + params['collapsed'],
|
||||
'', '\\layout Standard', '']
|
||||
j = j + 4
|
||||
if params['use_parbox'] == '1':
|
||||
|
Loading…
Reference in New Issue
Block a user