From ebb35b1f2b0dd67bf2793194de0a9fdb50f9a6c5 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sun, 3 Dec 2023 16:51:53 +0100 Subject: [PATCH] Makes macro editor search feature less jumpy --- src/lay/lay/layMacroEditorDialog.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lay/lay/layMacroEditorDialog.cc b/src/lay/lay/layMacroEditorDialog.cc index 193de09cd..788a7a8e3 100644 --- a/src/lay/lay/layMacroEditorDialog.cc +++ b/src/lay/lay/layMacroEditorDialog.cc @@ -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 (); }