[LyX/master] Run updateBuffer when adding/merging changes

Jean-Marc Lasgouttes lasgouttes at lyx.org
Fri Jan 29 13:37:26 UTC 2021


Le 28/01/2021 à 15:54, Richard Kimberly Heck a écrit :
>> -    if (cur.needBufferUpdate()) {
>> +    if (cur.needBufferUpdate() || buffer().needUpdate()) {
>>           cur.clearBufferUpdate();
> 
> Shouldn't the Buffer::updateBuffer_ member also be reset here?

Good catch. Thanks.

JMarc


More information about the lyx-devel mailing list