From 87415f848cce0d609468ee61915cb0957c95ae0b Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Fri, 3 Apr 2026 11:33:46 +0200 Subject: [PATCH] WIP --- src/db/db/dbLibrary.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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