Toponaming: Process mapped names during selection

This commit is contained in:
bgbsww
2024-07-11 15:41:36 -04:00
committed by Chris Hennes
parent ca8ce97695
commit 7daa22fcc7
2 changed files with 11 additions and 1 deletions

View File

@@ -415,7 +415,6 @@ bool PropertyLinkBase::_updateElementReference(DocumentObject *feature,
const char* oldElement = Data::findElementName(shadow.second.c_str());
if (!Data::hasMissingElement(oldElement)) {
const auto& names = geo->searchElementCache(oldElement);
// std::vector<std::string> names; // searchElementCache isn't implemented.
if (names.size()) {
missing = false;
std::string newsub(subname, strlen(subname) - strlen(element));