1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-19 01:04:20 +00:00

Rename ValueWithDefault -> ValueTreePropertyWithDefault and store default value in shared Value object to propagate changes

This commit is contained in:
ed 2021-12-10 14:59:34 +00:00
parent 6d38d7eb33
commit dea0f1638b
5 changed files with 320 additions and 272 deletions

View file

@ -38,7 +38,10 @@
#include "values/juce_ValueTree.cpp"
#include "values/juce_ValueTreeSynchroniser.cpp"
#include "values/juce_CachedValue.cpp"
#include "values/juce_ValueWithDefault.cpp"
#include "undomanager/juce_UndoManager.cpp"
#include "app_properties/juce_ApplicationProperties.cpp"
#include "app_properties/juce_PropertiesFile.cpp"
#if JUCE_UNIT_TESTS
#include "values/juce_ValueTreePropertyWithDefault_test.cpp"
#endif