mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 05:55:34 +00:00
Fix bug #7629. Problem was I only reverted part of a previous fix
that broke the string freeze. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39059 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
edfc0d1166
commit
b0056c6554
@ -356,7 +356,7 @@ void Text::readParToken(Paragraph & par, Lexer & lex,
|
||||
// of this document. For example, when you apply class article to a beamer document,
|
||||
// all unknown layouts such as frame will be added to document class article so that
|
||||
// these layouts can keep their original names.
|
||||
|
||||
tclass.addLayoutIfNeeded(layoutname);
|
||||
par.setLayout(bp.documentClass()[layoutname]);
|
||||
|
||||
// Test whether the layout is obsolete.
|
||||
|
Loading…
Reference in New Issue
Block a user