mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 09:20:45 +02:00
WIP: enhancements to DRC DSL for net extraction, some bug fixes in L2N browser etc.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user