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),
|
topx(rhs.topx),
|
||||||
topbaseline(rhs.topbaseline),
|
topbaseline(rhs.topbaseline),
|
||||||
layout_(rhs.layout_),
|
layout_(rhs.layout_),
|
||||||
|
labelstring_(rhs.labelstring_),
|
||||||
status_(rhs.status_),
|
status_(rhs.status_),
|
||||||
openinlined_(rhs.openinlined_),
|
openinlined_(rhs.openinlined_),
|
||||||
autoOpen_(rhs.autoOpen_),
|
autoOpen_(rhs.autoOpen_),
|
||||||
|
@ -54,9 +54,7 @@ InsetFlex::InsetFlex(BufferParams const & bp,
|
|||||||
|
|
||||||
InsetFlex::InsetFlex(InsetFlex const & in)
|
InsetFlex::InsetFlex(InsetFlex const & in)
|
||||||
: InsetCollapsable(in), params_(in.params_)
|
: InsetCollapsable(in), params_(in.params_)
|
||||||
{
|
{}
|
||||||
setLayout(*in.layout_);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
Inset * InsetFlex::clone() const
|
Inset * InsetFlex::clone() const
|
||||||
|
Loading…
Reference in New Issue
Block a user