]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
Replace the hardcoded TEXT_TO_INSET_OFFSET by tunable values
[lyx.git] / src / BufferParams.h
index 5b5a16f67fcfbbbc774cd0e6707b17114719ebec..c66dd6185a3c38c60eb104ce79bcad2e346bbb6c 100644 (file)
@@ -437,6 +437,8 @@ public:
        bool change_bars;
        ///
        bool compressed;
+       ///
+       bool postpone_fragile_content;
 
        /// the author list for the document
        AuthorList & authors();