mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Revert r27129. We can't get rid of these until we have something else positive to do.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27138 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4b6600df4a
commit
6b0e349980
@ -85,6 +85,7 @@ InsetCollapsable::InsetCollapsable(Buffer const & buf)
|
||||
setAutoBreakRows(true);
|
||||
setDrawFrame(true);
|
||||
setFrameColor(Color_collapsableframe);
|
||||
paragraphs().back().setLayout(dc.plainLayout());
|
||||
}
|
||||
|
||||
|
||||
|
@ -105,6 +105,7 @@ void InsetText::initParagraphs()
|
||||
paragraphs().push_back(Paragraph());
|
||||
Paragraph & ourpar = paragraphs().back();
|
||||
ourpar.setInsetOwner(this);
|
||||
ourpar.setPlainOrDefaultLayout(buffer_->params().documentClass());
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user