mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-08 04:08:14 +02:00
Don't clear search when switching macro editor pages
This commit is contained in:
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user