This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Standalone Plug-In: Added missing save state when the standalone app is closed
tags/2021-05-28
hogliux
8 years ago
parent
6e89e61b89
commit
829e64468f
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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();
}
Write
Preview
Loading…
Cancel
Save