]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCaption.cpp
Do not output deleted rows columns if show changes in output is false
[lyx.git] / src / insets / InsetCaption.cpp
index fcd03343065a95fb8ae7865137b88776f10a5415..919ecd8f6dd35280db374672bdb9a8aa90deb88c 100644 (file)
@@ -260,7 +260,7 @@ void InsetCaption::latex(otexstream & os,
        OutputParams runparams = runparams_in;
        // Some fragile commands (labels, index entries)
        // are output after the caption (#2154)
-       runparams.postpone_fragile_stuff = true;
+       runparams.postpone_fragile_stuff = buffer().masterParams().postpone_fragile_content;
        InsetText::latex(os, runparams);
        if (!runparams.post_macro.empty()) {
                // Output the stored fragile commands (labels, indices etc.)