Bugfix: LVS netlist browser did not navigate to device bbox correctly.

This commit is contained in:
Matthias Koefferlein
2021-04-07 23:52:39 +02:00
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 ();