]> git.lyx.org Git - features.git/commitdiff
- And remove the theCoords.doneUpdating from here
authorAsger Ottar Alstrup <alstrup@lyx.org>
Fri, 4 Feb 2005 07:21:00 +0000 (07:21 +0000)
committerAsger Ottar Alstrup <alstrup@lyx.org>
Fri, 4 Feb 2005 07:21:00 +0000 (07:21 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9586 a592a061-630c-0410-9148-cb99ea01b6c8

src/BufferView_pimpl.C

index 56fe22748f1a1324bd87090959aec72108a0d134..4649ae55ecf673fce6d729c727df1ff9e73d10fd 100644 (file)
@@ -622,7 +622,6 @@ void BufferView::Pimpl::update(bool fitcursor, bool forceupdate)
                if (forceupdate) {
                        // second drawing step
                        screen().redraw(*bv_, vi);
-                       theCoords.doneUpdating();
                } else {
                        // Abort updating of the coord cache - just restore the old one
                        std::swap(theCoords, backup);