Author: rgheck
Date: Tue May 17 03:58:52 2011
New Revision: 38779
URL: http://www.lyx.org/trac/changeset/38779

Log:
This should not need doing, as we are called from
BufferView::dispatch(), and the screen update is done properly there.

Modified:
   lyx-devel/trunk/src/lyxfind.cpp

Modified: lyx-devel/trunk/src/lyxfind.cpp
==============================================================================
--- lyx-devel/trunk/src/lyxfind.cpp     Mon May 16 20:17:39 2011        (r38778)
+++ lyx-devel/trunk/src/lyxfind.cpp     Tue May 17 03:58:52 2011        (r38779)
@@ -1343,7 +1343,6 @@
                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();
 }
 

Reply via email to