X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fupdate_flags.h;h=2950a894d1d6853fd0fbdfb76720ecdc0d0d4f63;hb=3826ff643433ad166c3402b146b3860ab5d6861e;hp=dbbcdc98ba3dd7482cb30a7c7e6dca512938d770;hpb=52ee45233466fb18339d468515d228780f0f872d;p=lyx.git diff --git a/src/update_flags.h b/src/update_flags.h index dbbcdc98ba..2950a894d1 100644 --- a/src/update_flags.h +++ b/src/update_flags.h @@ -25,12 +25,9 @@ namespace Update { Force = 2, /// Try to rebreak only the current paragraph metrics. SinglePar = 4, - /// Indicate a selection that spans multiple paragraphs. - /// FIXME: get rid of this. - MultiParSel = 8, /// Only the inset decorations need to be redrawn, no text metrics /// update is needed. - Decoration = 16 + Decoration = 8 }; inline flags operator|(flags const f, flags const g)