Browse Source

Standalone Plug-In: Added missing save state when the standalone app is closed

tags/2021-05-28
hogliux 8 years ago
parent
commit
829e64468f
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      modules/juce_audio_plugin_client/Standalone/juce_StandaloneFilterWindow.h

+ 2
- 0
modules/juce_audio_plugin_client/Standalone/juce_StandaloneFilterWindow.h View File

@@ -636,6 +636,8 @@ public:
//==============================================================================
void closeButtonPressed() override
{
pluginHolder->savePluginState();
JUCEApplicationBase::quit();
}


Loading…
Cancel
Save