]> git.lyx.org Git - lyx.git/blobdiff - src/Text2.cpp
- moderncv.layout: add missing separator style
[lyx.git] / src / Text2.cpp
index 14b03cfec5db6870460faf4d0a02f1a95ee7dd5f..199790cf2ac1361d02800cd187296e3e5719682d 100644 (file)
@@ -535,6 +535,9 @@ bool Text::setCursor(Cursor & cur, pit_type par, pos_type pos,
        bool const update_needed = !tm.contains(par);
        Cursor old = cur;
        setCursorIntern(cur, par, pos, setfont, boundary);
+       // FIXME There is a chance that we'll miss a screen update here.
+       // If so, then do DEPM and then check if cur wants an update and
+       // go ahead and do it, if so.
        return cur.bv().checkDepm(cur, old) || update_needed;
 }