mirror of https://github.com/KLayout/klayout.git
Fixing Layout::cleanup - was missing an update to establish proper cell parent relationships
This commit is contained in:
parent
404d6fa20f
commit
f33f8ea756
|
|
@ -1742,6 +1742,7 @@ Layout::cleanup (const std::set<db::cell_index_type> &keep)
|
|||
// The latter is good for LVS for example.
|
||||
|
||||
{
|
||||
update();
|
||||
db::LayoutLocker locker (this);
|
||||
|
||||
// join library proxies pointing to the same object
|
||||
|
|
|
|||
Loading…
Reference in New Issue