mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 22:14:35 +00:00
Revert "Now math previews are correctly updated when replacing math contents inside"
This commit reverts73ad885a
and29948eec
. Updating all previews is expensive. See #7242 for details.
This commit is contained in:
parent
07aa68d612
commit
400db01c2a
@ -1426,7 +1426,6 @@ static void findAdvReplace(BufferView * bv, FindAndReplaceOptions const & opt, M
|
||||
LYXERR(Debug::FIND, "After pos adj cur=" << cur << " with depth: " << cur.depth() << " and len: " << sel_len);
|
||||
bv->putSelectionAt(DocIterator(cur), sel_len, !opt.forward);
|
||||
bv->processUpdateFlags(Update::Force);
|
||||
bv->buffer().updatePreviews();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user