X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fupdate_flags.h;h=a40e88c5567a1d200612478cdd835214208937b1;hb=9234516731fac37651f5dacfc0942dc40775b96e;hp=847a0095cec9e19eaf2898b623f714a518d51f25;hpb=969540be59de2dcb15a694cea268a4b16af24688;p=lyx.git diff --git a/src/update_flags.h b/src/update_flags.h index 847a0095ce..a40e88c556 100644 --- a/src/update_flags.h +++ b/src/update_flags.h @@ -19,13 +19,14 @@ namespace Update { /// No screen update is needed. None = 0, /// Recenter the screen around the cursor if is found outside the - /// visible area. This will trigger a full metrics update if needed. + /// visible area. FitCursor = 1, /// Force a full screen metrics update and a full draw. Force = 2, /// 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.