Also sprach Jean-Marc Lasgouttes:
> What about the following patch?

Looks good and works for me. However, given your explanation, I think there's 
also an initMath() call missing in math_hullinset. See attached patch. Other 
than that, I think you should apply your patch.

Jürgen
Index: src/mathed/math_hullinset.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/math_hullinset.C,v
retrieving revision 1.185
diff -p -u -r1.185 math_hullinset.C
--- src/mathed/math_hullinset.C	10 Jan 2006 12:49:34 -0000	1.185
+++ src/mathed/math_hullinset.C	21 Jan 2006 11:12:41 -0000
@@ -161,7 +161,9 @@ MathHullInset::MathHullInset(MathHullIns
 	: MathGridInset(other),
 	  type_(other.type_), nonum_(other.nonum_), label_(other.label_),
 	  preview_(new RenderPreview(this))
-{}
+{
+	initMath();
+}
 
 
 MathHullInset::~MathHullInset()

Reply via email to