mirror of https://github.com/KLayout/klayout.git
Bugfix: LVS netlist browser did not navigate to device bbox correctly.
This commit is contained in:
parent
25b46def17
commit
9ec5fb7384
|
|
@ -1027,6 +1027,8 @@ NetlistBrowserPage::adjust_view ()
|
|||
ebox += bbox_for_device_abstract (layout, a->device_abstract, a->trans);
|
||||
}
|
||||
|
||||
trans *= device->trans ();
|
||||
|
||||
} else if (net) {
|
||||
|
||||
db::cell_index_type cell_index = net->circuit ()->cell_index ();
|
||||
|
|
|
|||
Loading…
Reference in New Issue