Browse Source

VST2 UI is not user resizable

Signed-off-by: falkTX <falktx@falktx.com>
pull/272/head
falkTX 4 years ago
parent
commit
ac93a69edc
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      distrho/src/DistrhoPluginVST.cpp

+ 2
- 0
distrho/src/DistrhoPluginVST.cpp View File

@@ -23,6 +23,8 @@
#endif #endif


#if DISTRHO_PLUGIN_HAS_UI #if DISTRHO_PLUGIN_HAS_UI
# undef DISTRHO_UI_USER_RESIZABLE
# define DISTRHO_UI_USER_RESIZABLE 0
# define DISTRHO_UI_IS_STANDALONE 0 # define DISTRHO_UI_IS_STANDALONE 0
# include "DistrhoUIInternal.hpp" # include "DistrhoUIInternal.hpp"
#endif #endif


Loading…
Cancel
Save