]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.cpp
Clear background behind sublables when necessary.
[lyx.git] / src / Buffer.cpp
index f2dbb88840024f27885c694f39bfd7de7f0a9bce..8efa53bb4c55af72628d5fefdc6204924b4ff522 100644 (file)
@@ -3753,7 +3753,7 @@ unique_ptr<TexRow> Buffer::getSourceCode(odocstream & os, string const & format,
                        // in order to know if we should output polyglossia
                        // macros (instead of babel macros)
                        LaTeXFeatures features(*this, params(), runparams);
-                       params().validate(features);
+                       validate(features);
                        runparams.use_polyglossia = features.usePolyglossia();
                        // latex or literate
                        otexstream ots(os);