This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
VST2 UI is not user resizable
Signed-off-by: falkTX <falktx@falktx.com>
pull/272/head
falkTX
4 years ago
parent
1425c28b2e
commit
ac93a69edc
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
distrho/src/DistrhoPluginVST.cpp
+ 2
- 0
distrho/src/DistrhoPluginVST.cpp
View File
@@ -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
Write
Preview
Loading…
Cancel
Save