From bbd82ee8955b7cb298b5f51bfdf032779bae809c Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Sun, 13 Nov 2016 12:13:31 -0200 Subject: [PATCH] Fixed setting an empty value to PropertyLinkSubList --- src/App/PropertyLinks.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App/PropertyLinks.cpp b/src/App/PropertyLinks.cpp index 994a75188f..4b6b9e0613 100644 --- a/src/App/PropertyLinks.cpp +++ b/src/App/PropertyLinks.cpp @@ -588,6 +588,7 @@ void PropertyLinkSubList::setValue(DocumentObject* lValue, const std::vector_lValueList.clear(); + this->_lSubList.clear(); if (size == 0) { if (lValue) { this->_lValueList.push_back(lValue);