mirror of https://github.com/KLayout/klayout.git
Don't clear search when switching macro editor pages
This commit is contained in:
parent
fdf3a67a9e
commit
c4e57d2bce
|
|
@ -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 ();
|
||||
|
|
|
|||
Loading…
Reference in New Issue