WIP: enhancements to DRC DSL for net extraction, some bug fixes in L2N browser etc.

This commit is contained in:
Matthias Koefferlein
2019-06-23 23:23:36 +02:00
parent 0f9c50c405
commit 464a1f35fb
11 changed files with 357 additions and 40 deletions
@@ -708,6 +708,11 @@ NetlistBrowserPage::show_all (bool f)
void
NetlistBrowserPage::set_db (db::LayoutToNetlist *l2ndb)
{
if (l2ndb == mp_database.get ()) {
// not change
return;
}
if (mp_info_dialog) {
delete mp_info_dialog;
mp_info_dialog = 0;