Author: rgheck
Date: Thu May 19 13:56:36 2011
New Revision: 38789
URL: http://www.lyx.org/trac/changeset/38789
Log:
Revert r38779. I guess even the most innocent seeming of these will need more
work.
Modified:
lyx-devel/trunk/src/lyxfind.cpp
Modified: lyx-devel/trunk/src/lyxfind.cpp
==============================================================================
--- lyx-devel/trunk/src/lyxfind.cpp Thu May 19 09:48:41 2011 (r38788)
+++ lyx-devel/trunk/src/lyxfind.cpp Thu May 19 13:56:36 2011 (r38789)
@@ -1346,6 +1346,7 @@
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();
}