From db4c0cfec64bd996201eaf5cf582484002a806a5 Mon Sep 17 00:00:00 2001 From: Bo Peng Date: Thu, 21 Jun 2007 18:02:51 +0000 Subject: [PATCH] Fix bug 1486: copied mathed is not previewed, from Alfredo git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18846 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathHull.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathed/InsetMathHull.cpp b/src/mathed/InsetMathHull.cpp index 38f0226bc7..17e83d5e7b 100644 --- a/src/mathed/InsetMathHull.cpp +++ b/src/mathed/InsetMathHull.cpp @@ -182,7 +182,7 @@ InsetMathHull::InsetMathHull(HullType type) InsetMathHull::InsetMathHull(InsetMathHull const & other) : InsetMathGrid(other), type_(other.type_), nonum_(other.nonum_), label_(other.label_), - preview_(new RenderPreview(this)) + preview_(new RenderPreview(*other.preview_, this)) {} -- 2.39.2