1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-01 03:10:06 +00:00
This commit is contained in:
Tintamar 2025-11-30 16:38:13 +00:00 committed by GitHub
commit 0aaf2c7afb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -435,7 +435,8 @@ public:
target->removeProperty (name, nullptr);
else
target->setProperty (name, newValue, nullptr, excludeListener);
// only exclude on first invocation
excludeListener = nullptr;
return true;
}