commit 911b01a3cad5d969297ad52615b24827484c9335
Author: Jean-Marc Lasgouttes <lasgout...@lyx.org>
Date:   Fri Jan 29 14:30:21 2021 +0100

    Fixup f3a0e8ff: Reset needUpdate after buffer update
---
 src/Buffer.cpp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/Buffer.cpp b/src/Buffer.cpp
index f2a3702..c46dab7 100644
--- a/src/Buffer.cpp
+++ b/src/Buffer.cpp
@@ -5007,6 +5007,8 @@ void Buffer::updateBuffer(UpdateScope scope, UpdateType 
utype) const
        cbuf.tocBackend().update(true, utype);
        if (scope == UpdateMaster)
                cbuf.structureChanged();
+
+       d->need_update = false;
 }
 
 
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to