- And remove the theCoords.doneUpdating from here

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9586 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Asger Ottar Alstrup 2005-02-04 07:21:00 +00:00
parent f22059e9e4
commit daebb380ba

View 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);