This commit is contained in:
Matthias Koefferlein 2026-04-03 11:33:46 +02:00
parent 5762bc3ecc
commit 87415f848c
1 changed files with 4 additions and 2 deletions

View File

@ -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