mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 02:49:46 +00:00
Correctly update after buffer-anonymize in branch.
In master the screen update after buffer-anonymize happens without screenUpdate.
This commit is contained in:
parent
1d07d29151
commit
566711b5ca
@ -2963,6 +2963,7 @@ void Buffer::dispatch(FuncRequest const & func, DispatchResult & dr)
|
||||
for ( ; cur ; cur.forwardPar())
|
||||
cur.paragraph().anonymize();
|
||||
dr.forceBufferUpdate();
|
||||
dr.screenUpdate(Update::Force);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user