]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetIPA.cpp
When selecting special logos, set their color correctly
[lyx.git] / src / insets / InsetIPA.cpp
index 84caac2d3a5da1f6c1b2d999724939e7ef9f61f5..1c20866b0d700e558acc372576502253fb470315 100644 (file)
@@ -122,7 +122,7 @@ void InsetIPA::addPreview(DocIterator const & inset_pos,
 void InsetIPA::preparePreview(DocIterator const & pos) const  
 {
        odocstringstream str;
-       otexstream os(str, false);
+       otexstream os(str);
        OutputParams runparams(&pos.buffer()->params().encoding());
        latex(os, runparams);
        docstring const snippet = str.str();