]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.cpp
Clear background behind sublables when necessary.
[lyx.git] / src / Paragraph.cpp
index aea3234a19ced0765cffa75e1597867e97756304..8afa475a74295e91e3a973221cea8578f561991e 100644 (file)
@@ -2389,6 +2389,7 @@ void Paragraph::latex(BufferParams const & bparams,
                                                            runparams);
                }
 
+               runparams.wasDisplayMath = runparams.inDisplayMath;
                runparams.inDisplayMath = false;
                bool deleted_display_math = false;