X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fupdate_flags.h;h=0efa54112223e25e69af9c178031f9f8d6084fa6;hb=0b42f77551e607e59ac4fa98e5b926fb10a45baf;hp=a40e88c5567a1d200612478cdd835214208937b1;hpb=7f035b51a00f96f4dd49e6d67f5522cb22538438;p=lyx.git diff --git a/src/update_flags.h b/src/update_flags.h index a40e88c556..0efa541122 100644 --- a/src/update_flags.h +++ b/src/update_flags.h @@ -26,11 +26,12 @@ namespace Update { /// Force a full redraw (but no metrics computations) ForceDraw = 4, /// Try to rebreak only the current paragraph metrics. - /// (currently ignored!) 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)