]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.cpp
installer: further preparation
[lyx.git] / src / BufferView.cpp
index daa05a60d939b033bea992e36c88eabd920a3eb7..d26f9496870c54021cd68e9bdff60092592e54ed 100644 (file)
@@ -2400,9 +2400,12 @@ bool BufferView::checkDepm(Cursor & cur, Cursor & old)
                return false;
 
        d->cursor_ = cur;
+       
+       // we would rather not do this here, but it needs to be done before 
+       // the changed() signal is sent.
+       buffer_.updateBuffer();
 
-       cur.forceBufferUpdate();
-       cur.screenUpdateFlags(Update::Force);
+       buffer_.changed(true);
        return true;
 }