]> git.lyx.org Git - lyx.git/commitdiff
Fix bug #6297: Use of Fraktur font in boxed equation does not automatically include...
authorVincent van Ravesteijn <vfr@lyx.org>
Sun, 1 Nov 2009 22:16:49 +0000 (22:16 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Sun, 1 Nov 2009 22:16:49 +0000 (22:16 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31819 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/InsetMathBox.cpp

index 3e101232da8cfde9294dc32c4a97f87a571eae4d..ab73d914486b4d91ec7143f3085dd786294a243e 100644 (file)
@@ -289,6 +289,7 @@ void InsetMathBoxed::infoize(odocstream & os) const
 void InsetMathBoxed::validate(LaTeXFeatures & features) const
 {
        features.require("amsmath");
+       InsetMathNest::validate(features);
 }