Makes macro editor search feature less jumpy

This commit is contained in:
Matthias Koefferlein 2023-12-03 16:51:53 +01:00
parent 832d29d2e0
commit ebb35b1f2b
1 changed files with 0 additions and 2 deletions

View File

@ -2092,7 +2092,6 @@ MacroEditorDialog::search_editing ()
}
apply_search ();
page->find_reset (); // search from the initial position
if (! page->has_multi_block_selection ()) {
page->find_next ();
}
@ -2119,7 +2118,6 @@ MacroEditorDialog::search_edited ()
}
apply_search ();
page->find_reset (); // search from the initial position
if (! page->has_multi_block_selection ()) {
page->find_next ();
}