Browse Source

Fix macOS build

Signed-off-by: falkTX <falktx@falktx.com>
pull/1734/head
falkTX 2 years ago
parent
commit
378cb66ee5
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      source/frontend/pluginlist/pluginlistrefreshdialog.cpp

+ 2
- 2
source/frontend/pluginlist/pluginlistrefreshdialog.cpp View File

@@ -327,8 +327,8 @@ PluginListRefreshDialog::PluginListRefreshDialog(QWidget* const parent, const bo
#ifdef CARLA_OS_MAC
if (! hasFeature(features, "juce"))
{
self.ui.ch_au.setChecked(false);
self.ui.ch_au.setEnabled(false);
self.ui.ch_au->setChecked(false);
self.ui.ch_au->setEnabled(false);
}
#endif



Loading…
Cancel
Save