mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-21 01:24:21 +00:00
PluginList: Fix revealing plugins
This commit is contained in:
parent
6811242371
commit
d236964410
1 changed files with 1 additions and 1 deletions
|
|
@ -262,7 +262,7 @@ static bool canShowFolderForPlugin (KnownPluginList& list, int index)
|
|||
static void showFolderForPlugin (KnownPluginList& list, int index)
|
||||
{
|
||||
if (canShowFolderForPlugin (list, index))
|
||||
File (list.getTypes()[index].fileOrIdentifier).getParentDirectory().startAsProcess();
|
||||
File (list.getTypes()[index].fileOrIdentifier).revealToUser();
|
||||
}
|
||||
|
||||
void PluginListComponent::removeMissingPlugins()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue