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

Introjucer: refactoring and addition of appearance settings window for editor colours + fonts.

This commit is contained in:
jules 2012-07-04 10:43:18 +01:00
parent 7f74968cef
commit f824e99f2d
33 changed files with 877 additions and 125 deletions

View file

@ -1011,6 +1011,8 @@ ValueTree ValueTree::readFromGZIPData (const void* const data, const size_t numB
return readFromStream (gzipStream);
}
void ValueTree::Listener::valueTreeRedirected (ValueTree&) {}
//==============================================================================
#if JUCE_UNIT_TESTS