diff --git a/source/backend/plugin/CarlaPluginJuce.cpp b/source/backend/plugin/CarlaPluginJuce.cpp index a21f02927..7a3c2deb1 100644 --- a/source/backend/plugin/CarlaPluginJuce.cpp +++ b/source/backend/plugin/CarlaPluginJuce.cpp @@ -477,8 +477,9 @@ public: if (juce::AudioProcessorEditor* const editor = fInstance->createEditorIfNeeded()) { const EngineOptions& opts(pData->engine->getOptions()); - +#ifndef CARLA_OS_MAC editor->setScaleFactor(opts.uiScale); +#endif if (fWindow == nullptr) {