Browse Source

Projucer: Fixed a bug causing AAX and RTAS categories to not be recalled correctly

tags/2021-05-28
ed 7 years ago
parent
commit
1e23f5fa25
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      extras/Projucer/Source/Project/jucer_Project.cpp

+ 0
- 4
extras/Projucer/Source/Project/jucer_Project.cpp View File

@@ -388,8 +388,6 @@ void Project::updatePluginCategories()
pluginAAXCategoryValue = aaxCategory;
else if (getAllAAXCategoryStrings().contains (aaxCategory))
pluginAAXCategoryValue = Array<var> (getAllAAXCategoryVars()[getAllAAXCategoryStrings().indexOf (aaxCategory)]);
else
pluginAAXCategoryValue.resetToDefault();
}
{
@@ -399,8 +397,6 @@ void Project::updatePluginCategories()
pluginRTASCategoryValue = rtasCategory;
else if (getAllRTASCategoryStrings().contains (rtasCategory))
pluginRTASCategoryValue = Array<var> (getAllRTASCategoryVars()[getAllRTASCategoryStrings().indexOf (rtasCategory)]);
else
pluginRTASCategoryValue.resetToDefault();
}
{


Loading…
Cancel
Save