mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
* don't forget InsetMathMBox, which is only compiled with cmake
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23167 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
52ccb98354
commit
c207a8fe0b
@ -43,7 +43,7 @@ InsetMathMBox::InsetMathMBox(LayoutPtr const & layout)
|
||||
{
|
||||
text_.paragraphs().clear();
|
||||
text_.paragraphs().push_back(Paragraph());
|
||||
text_.paragraphs().back().layout(layout);
|
||||
text_.paragraphs().back().setLayout(layout);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user