mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
fix tabulation bug (python is amazing)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19646 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e08e5afeea
commit
b100b0a4c4
@ -124,7 +124,7 @@ def axe_show_label(document):
|
||||
else:
|
||||
document.warning("Malformed LyX document: show_label missing in CharStyle.")
|
||||
|
||||
i += 1
|
||||
i += 1
|
||||
|
||||
|
||||
def revert_show_label(document):
|
||||
|
Loading…
Reference in New Issue
Block a user