Sync changes from upstream repository

This commit is contained in:
Bozo the Builder
2025-08-12 12:33:43 -07:00
parent 93bb2eb34a
commit 1708a0742c
40 changed files with 854 additions and 336 deletions

View File

@@ -464,6 +464,7 @@ ON_PostEffects::CImpl::~CImpl()
ON_XMLNode& ON_PostEffects::CImpl::PostEffectsNode(void) const
{
std::lock_guard<std::recursive_mutex> lg(_mutex);
ON_XMLNode* post_effects_node = Node().CreateNodeAtPath(XMLPathPeps());
if (nullptr != post_effects_node)
return *post_effects_node;