mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-08 04:08:14 +02:00
Makes macro editor search feature less jumpy
This commit is contained in:
@@ -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 ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user