]> git.lyx.org Git - lyx.git/blobdiff - src/update_flags.h
\\spellchecker_ignore: use LyX language name rather than langcode
[lyx.git] / src / update_flags.h
index af71c0e78d5f8452fbfb8647fcd853036e68fd92..0efa54112223e25e69af9c178031f9f8d6084fa6 100644 (file)
@@ -29,7 +29,9 @@ namespace Update {
                SinglePar = 8,
                /// Only the inset decorations need to be redrawn, no text metrics
                /// update is needed.
-               Decoration = 16
+               Decoration = 16,
+               /// Force metrics and redraw for all buffers.
+               ForceAll = 32
        };
 
 inline flags operator|(flags const f, flags const g)