mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
Fixup f3a0e8ff: Reset needUpdate after buffer update
This commit is contained in:
parent
070270fdc7
commit
911b01a3ca
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user