Correctly update after buffer-anonymize in branch.

In master the screen update after buffer-anonymize happens without screenUpdate.
This commit is contained in:
Pavel Sanda 2018-12-02 02:08:49 +01:00
parent 1d07d29151
commit 566711b5ca

View File

@ -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;
}