From daebb380baddeb02b8e9522b82d45bce1b2c480e Mon Sep 17 00:00:00 2001 From: Asger Ottar Alstrup Date: Fri, 4 Feb 2005 07:21:00 +0000 Subject: [PATCH] - And remove the theCoords.doneUpdating from here git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9586 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/BufferView_pimpl.C | 1 - 1 file changed, 1 deletion(-) diff --git a/src/BufferView_pimpl.C b/src/BufferView_pimpl.C index 56fe22748f..4649ae55ec 100644 --- a/src/BufferView_pimpl.C +++ b/src/BufferView_pimpl.C @@ -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); -- 2.39.2