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:
parent
7f74968cef
commit
f824e99f2d
33 changed files with 877 additions and 125 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue