Don't clear search when switching macro editor pages

This commit is contained in:
Matthias Koefferlein 2023-09-01 23:16:50 +02:00
parent fdf3a67a9e
commit c4e57d2bce
1 changed files with 0 additions and 2 deletions

View File

@ -1770,8 +1770,6 @@ MacroEditorDialog::current_tab_changed (int index)
}
}
// clear the search
searchEditBox->clear ();
replaceFrame->setEnabled (page && page->macro () && !page->macro ()->is_readonly ());
apply_search ();