mirror of https://github.com/KLayout/klayout.git
Bugfix
This commit is contained in:
parent
a0be1256bc
commit
d6130f72b3
|
|
@ -1664,7 +1664,7 @@ SearchReplaceDialog::update_results (const std::string &q)
|
|||
}
|
||||
|
||||
try {
|
||||
fill_model (lq, iq, &cv->layout (), true, false);
|
||||
fill_model (lq, iq, &cv->layout (), true, true);
|
||||
attach_layout (&cv->layout ());
|
||||
} catch (...) {
|
||||
attach_layout (&cv->layout ());
|
||||
|
|
|
|||
Loading…
Reference in New Issue