1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

LV2 Host: Avoid checking for noUserResize in UI extension data

This commit is contained in:
reuk 2025-09-23 11:48:34 +01:00
parent 3bc7692868
commit 648a7bcecc
No known key found for this signature in database

View file

@ -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);
}