mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-03 08:26:27 +02:00
Bugfix: LVS netlist browser did not navigate to device bbox correctly.
This commit is contained in:
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user