mirror of https://github.com/KLayout/klayout.git
WIP
This commit is contained in:
parent
5762bc3ecc
commit
87415f848c
|
|
@ -193,10 +193,12 @@ Library::refresh_without_restore ()
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
layout ().refresh ();
|
|
||||||
|
|
||||||
// re-register, potentially under the new name
|
// re-register, potentially under the new name
|
||||||
db::LibraryManager::instance ().register_lib (this);
|
db::LibraryManager::instance ().register_lib (this);
|
||||||
|
|
||||||
|
// This is basically only needed for coerce_parameters in a persistent way.
|
||||||
|
// During "register_lib", this is already called in PCell update, but cannot be persisted then.
|
||||||
|
remap_to (this);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue