commit 104775422868109581e90e10bbef949f7b85297a
Author: Pavel Sanda <[email protected]>
Date: Sun Dec 2 02:24:04 2018 +0100
Update after buffer-anonymize in branch.
This is not strictly necessary in master (compared to 2.3.x),
but JMarc wanted it anyway.
---
src/Buffer.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/Buffer.cpp b/src/Buffer.cpp
index 2809fdf..41a86ba 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;
}