From f5a21daa064bcc57b61a2b3092d90ca53d734aa6 Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 11 Mar 2021 12:56:25 +0000 Subject: [PATCH] AudioPluginDemo: Explicitly add corner resizer to editor --- examples/Plugins/AudioPluginDemo.h | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/Plugins/AudioPluginDemo.h b/examples/Plugins/AudioPluginDemo.h index 365e0ab02c..25be63d2a6 100644 --- a/examples/Plugins/AudioPluginDemo.h +++ b/examples/Plugins/AudioPluginDemo.h @@ -402,6 +402,7 @@ private: // set resize limits for this plug-in setResizeLimits (400, 200, 1024, 700); + setResizable (true, true); lastUIWidth .referTo (owner.state.state.getChildWithName ("uiState").getPropertyAsValue ("width", nullptr)); lastUIHeight.referTo (owner.state.state.getChildWithName ("uiState").getPropertyAsValue ("height", nullptr));