]> git.lyx.org Git - features.git/commitdiff
This should not need doing, as we are called from
authorRichard Heck <rgheck@comcast.net>
Tue, 17 May 2011 01:58:52 +0000 (01:58 +0000)
committerRichard Heck <rgheck@comcast.net>
Tue, 17 May 2011 01:58:52 +0000 (01:58 +0000)
BufferView::dispatch(), and the screen update is done properly there.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38779 a592a061-630c-0410-9148-cb99ea01b6c8

src/lyxfind.cpp

index a15ec587f9a3dc3380b997cb527d5ff82b2a16d7..d5f01795a9c22539b74e9e9cb4dbed356aec15ec 100644 (file)
@@ -1343,7 +1343,6 @@ static void findAdvReplace(BufferView * bv, FindAndReplaceOptions const & opt, M
                cur.pos() = 0;
        LYXERR(Debug::FIND, "Putting selection at cur=" << cur << " with len: " << sel_len);
        bv->putSelectionAt(DocIterator(cur), sel_len, !opt.forward);
-       bv->processUpdateFlags(Update::Force);
        bv->buffer().updatePreviews();
 }