mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix copy&paste of Insets.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21397 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
85f80979fc
commit
a3f8b0f171
@ -90,6 +90,7 @@ InsetCollapsable::InsetCollapsable(InsetCollapsable const & rhs)
|
||||
topx(rhs.topx),
|
||||
topbaseline(rhs.topbaseline),
|
||||
layout_(rhs.layout_),
|
||||
labelstring_(rhs.labelstring_),
|
||||
status_(rhs.status_),
|
||||
openinlined_(rhs.openinlined_),
|
||||
autoOpen_(rhs.autoOpen_),
|
||||
|
@ -54,9 +54,7 @@ InsetFlex::InsetFlex(BufferParams const & bp,
|
||||
|
||||
InsetFlex::InsetFlex(InsetFlex const & in)
|
||||
: InsetCollapsable(in), params_(in.params_)
|
||||
{
|
||||
setLayout(*in.layout_);
|
||||
}
|
||||
{}
|
||||
|
||||
|
||||
Inset * InsetFlex::clone() const
|
||||
|
Loading…
Reference in New Issue
Block a user