mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
InsetListings: fix bug 3626
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18373 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
40a746bb0f
commit
a90f967d6f
@ -61,7 +61,7 @@ InsetListings::InsetListings(BufferParams const & bp, InsetListingsParams const
|
||||
|
||||
|
||||
InsetListings::InsetListings(InsetListings const & in)
|
||||
: InsetERT(in)
|
||||
: InsetERT(in), params_(in.params_)
|
||||
{
|
||||
init();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user