1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

AUv3: Update preset list when updateHostDisplay is called

This commit is contained in:
hogliux 2017-07-19 10:44:31 +01:00
parent b5e6570a10
commit 663af835f9

View file

@ -688,6 +688,7 @@ public:
ignoreUnused (processor);
[au willChangeValueForKey: @"allParameterValues"];
addPresets();
[au didChangeValueForKey: @"allParameterValues"];
}