mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-14 00:14:18 +00:00
Projucer: Made the exporter selector box a bit more robust
This commit is contained in:
parent
08798a9b72
commit
a9b4dcd9e9
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ void HeaderComponent::updateExporters() noexcept
|
|||
if (selectedName == exporter->getName())
|
||||
exporterBox.setSelectedId (i + 1);
|
||||
|
||||
if (exporter->canLaunchProject() && preferredExporterIndex == -1)
|
||||
if (exporter->getName().contains (ProjectExporter::getCurrentPlatformExporterName()) && preferredExporterIndex == -1)
|
||||
preferredExporterIndex = i;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue