mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
LV2 Host: Avoid checking for noUserResize in UI extension data
This commit is contained in:
parent
3bc7692868
commit
648a7bcecc
1 changed files with 0 additions and 1 deletions
|
|
@ -847,7 +847,6 @@ private:
|
|||
};
|
||||
|
||||
return uiDescriptor->hasExtensionData (world, LV2_UI__resize)
|
||||
&& ! uiDescriptor->hasExtensionData (world, LV2_UI__noUserResize)
|
||||
&& noneOf (requiredFeatures.values, uriMatches)
|
||||
&& noneOf (optionalFeatures.values, uriMatches);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue