]> git.lyx.org Git - features.git/commitdiff
Update after buffer-anonymize in branch.
authorPavel Sanda <sanda@lyx.org>
Sun, 2 Dec 2018 01:24:04 +0000 (02:24 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 12:39:51 +0000 (14:39 +0200)
This is not strictly necessary in master (compared to 2.3.x),
but JMarc wanted it anyway.

src/Buffer.cpp

index 2809fdf8b7b45c400d5daf6c3335e03227dd1a6f..41a86ba1a90521769da3dc9fe60c859bd35a17b3 100644 (file)
@@ -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;
        }