mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 22:14:35 +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) {
|
if (forceupdate) {
|
||||||
// second drawing step
|
// second drawing step
|
||||||
screen().redraw(*bv_, vi);
|
screen().redraw(*bv_, vi);
|
||||||
theCoords.doneUpdating();
|
|
||||||
} else {
|
} else {
|
||||||
// Abort updating of the coord cache - just restore the old one
|
// Abort updating of the coord cache - just restore the old one
|
||||||
std::swap(theCoords, backup);
|
std::swap(theCoords, backup);
|
||||||
|
Loading…
Reference in New Issue
Block a user