]> git.lyx.org Git - lyx.git/blobdiff - src/update_flags.h
Fix paragraph position in TextMetrics::singleParUpdate()
[lyx.git] / src / update_flags.h
index a40e88c5567a1d200612478cdd835214208937b1..af71c0e78d5f8452fbfb8647fcd853036e68fd92 100644 (file)
@@ -26,7 +26,6 @@ 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.