]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.cpp
Customization.lyx: use change tracking for the changes made in 0eb651a2
[lyx.git] / src / Paragraph.cpp
index 94cf9313d53d6eebc9e901114221cadf0ab56db6..3bdb4cc7bdbc49f15df849956967573d8a26ec6a 100644 (file)
@@ -2441,6 +2441,8 @@ void Paragraph::latex(BufferParams const & bparams,
                                                        running_lang);
                                os << from_ascii(end_tag);
                                column += end_tag.length();
+                               if (runparams.use_polyglossia)
+                                       popPolyglossiaLang();
                }
 
                // Switch file encoding if necessary (and allowed)