mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Revert "Update documentation"
This update was wrong.
This reverts commit 969540be59
.
This commit is contained in:
parent
969540be59
commit
7f035b51a0
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user