mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Added a new ValueWithDefault class to juce_data_structures and extended ChoicePropertyComponent and TextPropertyComponent to use this class
This commit is contained in:
parent
9717758901
commit
1d5c75546f
6 changed files with 407 additions and 27 deletions
|
|
@ -60,5 +60,6 @@
|
|||
#include "values/juce_ValueTree.h"
|
||||
#include "values/juce_ValueTreeSynchroniser.h"
|
||||
#include "values/juce_CachedValue.h"
|
||||
#include "values/juce_ValueWithDefault.h"
|
||||
#include "app_properties/juce_PropertiesFile.h"
|
||||
#include "app_properties/juce_ApplicationProperties.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue