Browse Source

Do not set JUCE editor scale factor under macOS

tags/v2.4.0
falkTX 3 years ago
parent
commit
ac40a63024
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      source/backend/plugin/CarlaPluginJuce.cpp

+ 2
- 1
source/backend/plugin/CarlaPluginJuce.cpp View File

@@ -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)
{


Loading…
Cancel
Save