From ac93a69edcb04973ddeaede0318055076f397368 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 23 May 2021 19:20:09 +0100 Subject: [PATCH] VST2 UI is not user resizable Signed-off-by: falkTX --- distrho/src/DistrhoPluginVST.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/distrho/src/DistrhoPluginVST.cpp b/distrho/src/DistrhoPluginVST.cpp index a2fd36ca..31b64e2b 100644 --- a/distrho/src/DistrhoPluginVST.cpp +++ b/distrho/src/DistrhoPluginVST.cpp @@ -23,6 +23,8 @@ #endif #if DISTRHO_PLUGIN_HAS_UI +# undef DISTRHO_UI_USER_RESIZABLE +# define DISTRHO_UI_USER_RESIZABLE 0 # define DISTRHO_UI_IS_STANDALONE 0 # include "DistrhoUIInternal.hpp" #endif