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 at29948eec
. (cherry picked from commit66f527e417
) Added status.
This commit is contained in:
parent
aef7387991
commit
73ad885a43
@ -386,6 +386,7 @@ bool lyxreplace(BufferView * bv,
|
||||
else
|
||||
bv->message(_("String not found."));
|
||||
}
|
||||
bv->buffer().updatePreviews();
|
||||
return update;
|
||||
}
|
||||
|
||||
|
@ -179,6 +179,8 @@ What's new
|
||||
- Remove conflicting accelerator to "Master's perspective" in the
|
||||
View Source pane (bug 9495).
|
||||
|
||||
- Update previews after find/replace (bug 7242).
|
||||
|
||||
|
||||
* INTERNALS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user