mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-31 18:16:08 +02:00
Fixing Layout::cleanup - was missing an update to establish proper cell parent relationships
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user