From: Pavel Sanda Date: Sun, 2 Dec 2018 01:24:04 +0000 (+0100) Subject: Update after buffer-anonymize in branch. X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=175df48799364497f1bd5351e1cf2f709f02aa19;p=features.git Update after buffer-anonymize in branch. This is not strictly necessary in master (compared to 2.3.x), but JMarc wanted it anyway. --- diff --git a/src/Buffer.cpp b/src/Buffer.cpp index 2809fdf8b7..41a86ba1a9 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -2985,6 +2985,7 @@ void Buffer::dispatch(FuncRequest const & func, DispatchResult & dr) for ( ; cur ; cur.forwardPar()) cur.paragraph().anonymize(); dr.forceBufferUpdate(); + dr.screenUpdate(Update::Force); break; }