diff --git a/modules/juce_data_structures/values/juce_ValueTree.cpp b/modules/juce_data_structures/values/juce_ValueTree.cpp index 088f74d0e2..388af2ae1c 100644 --- a/modules/juce_data_structures/values/juce_ValueTree.cpp +++ b/modules/juce_data_structures/values/juce_ValueTree.cpp @@ -428,7 +428,8 @@ public: target->removeProperty (name, nullptr); else target->setProperty (name, newValue, nullptr, excludeListener); - + // only exclude on first invocation + excludeListener = nullptr; return true; }