commit ac93a69edcb04973ddeaede0318055076f397368
parent 1425c28b2ebe3d81fe1fa43a09882b4ddd2c48fe
Author: falkTX <falktx@falktx.com>
Date: Sun, 23 May 2021 19:19:42 +0100
VST2 UI is not user resizable
Signed-off-by: falkTX <falktx@falktx.com>
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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