mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Fix bug 1904
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10076 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
740ecfd56c
commit
f397e61e72
@ -1,3 +1,7 @@
|
|||||||
|
2005-06-16 Martin Vermeer <martin.vermeer@hut.fi>
|
||||||
|
|
||||||
|
* text.C (readParagraph): fix bug 1904 (GUI affects LaTeX)
|
||||||
|
|
||||||
2005-06-14 Angus Leeming <leeming@lyx.org>
|
2005-06-14 Angus Leeming <leeming@lyx.org>
|
||||||
|
|
||||||
* lyx_main.C (init): ensure that the LyX binary dir is the first
|
* lyx_main.C (init): ensure that the LyX binary dir is the first
|
||||||
|
@ -371,6 +371,8 @@ void readParagraph(Buffer const & buf, Paragraph & par, LyXLex & lex)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// Initialize begin_of_body_ on load; redoParagraph maintains
|
||||||
|
par.setBeginOfBody();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user