mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Fix thinko in revert_tabularvalign
This commit is contained in:
parent
d0d45d4043
commit
6b5d5666ac
@ -117,7 +117,7 @@ def revert_tabularvalign(document):
|
||||
if tabularvalignment == 'c':
|
||||
i = end
|
||||
continue
|
||||
subst = ['\\end_layout', '\\end_inset']
|
||||
subst = ['\\end_inset', '\\end_layout']
|
||||
document.body[end:end] = subst # just inserts those lines
|
||||
subst = ['\\begin_inset Box Frameless',
|
||||
'position "' + tabularvalignment +'"',
|
||||
|
Loading…
Reference in New Issue
Block a user