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