mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Update previews after doing a find/replace (#7242)
This commit addresses #7242 for normal Find/Replace. That issue was
fixed for Advanced Find at 29948eec
.
This commit is contained in:
parent
03b010b4ce
commit
66f527e417
@ -386,6 +386,7 @@ bool lyxreplace(BufferView * bv,
|
||||
else
|
||||
bv->message(_("String not found."));
|
||||
}
|
||||
bv->buffer().updatePreviews();
|
||||
return update;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user