mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
LV2 Client: Always declare resize and noUserResize in extensionData, even if only one will be used
This commit is contained in:
parent
b88b8f13c7
commit
215d5955f9
1 changed files with 2 additions and 1 deletions
|
|
@ -1290,7 +1290,8 @@ private:
|
|||
"\t\tui:idleInterface ,\n"
|
||||
#endif
|
||||
"\t\topts:interface ,\n"
|
||||
"\t\t" << resizeFeatureString << " ;\n"
|
||||
"\t\tui:noUserResize ,\n" // resize and noUserResize are always present in the extension data array
|
||||
"\t\tui:resize ;\n"
|
||||
"\n"
|
||||
"\tlv2:requiredFeature\n"
|
||||
#if JUCE_LINUX || JUCE_BSD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue