mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
ValueTree : only exclude listener on first invoke
This commit is contained in:
parent
6a01abbc41
commit
93507d22a9
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue