diff --git a/src/db/db/dbLibrary.cc b/src/db/db/dbLibrary.cc index e6966a306..3236d91c5 100644 --- a/src/db/db/dbLibrary.cc +++ b/src/db/db/dbLibrary.cc @@ -193,10 +193,12 @@ Library::refresh_without_restore () } - layout ().refresh (); - // re-register, potentially under the new name 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