mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-16 00:34:19 +00:00
Introjucer: Avoided duplicated VST path setting.
This commit is contained in:
parent
7560f48b7a
commit
135a9d1f5f
1 changed files with 2 additions and 1 deletions
|
|
@ -575,7 +575,8 @@ void LibraryModule::prepareExporter (ProjectExporter& exporter, ProjectSaver& pr
|
|||
|
||||
void LibraryModule::createPropertyEditors (ProjectExporter& exporter, PropertyListBuilder& props) const
|
||||
{
|
||||
if (isVSTPluginHost (exporter.getProject()))
|
||||
if (isVSTPluginHost (exporter.getProject())
|
||||
&& ! (isPluginClient() && shouldBuildVST (exporter.getProject()).getValue()))
|
||||
VSTHelpers::createVSTPathEditor (exporter, props);
|
||||
|
||||
if (isPluginClient())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue