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:
parent
6d38d7eb33
commit
dea0f1638b
5 changed files with 320 additions and 272 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue