mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
- 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:
parent
f22059e9e4
commit
daebb380ba
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user