1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-22 01:34:21 +00:00

ValueTreePropertyWithDefault: Remove message thread dependency

This commit is contained in:
ed 2021-12-14 14:38:35 +00:00
parent 156722d299
commit 53c6d19ed9
2 changed files with 74 additions and 35 deletions

View file

@ -64,8 +64,6 @@ public:
beginTest ("set default");
{
ScopedJuceInitialiser_GUI scopedJuceInitialiser_gui;
ValueTree t ("root");
ValueTreePropertyWithDefault value (t, "testkey", nullptr);