commit 9a29b7f7d4a012624b7f62128e199cd0c353c61f
parent b2abc9f12fa5fa03014cf210b4ea17f4acea4690
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date: Fri, 25 Oct 2024 09:20:01 +0200
enable per-monitor DPI awareness on Windows to fix redraw issues in Bitwig if DPI is != 100%
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/changelog.txt b/doc/changelog.txt
@@ -32,6 +32,7 @@ Framework:
- [Fix] FX plugins didn't apply latency when being processed as bypassed, causing the
signal to appear early
- [Fix] Tooltips didn't refresh correctly in some hosts / plugin formats
+- [Fix] Redraw issues in Bitwig on Windows if DPI is set to a value != 100%
NodalRed2x:
diff --git a/source/juce.cmake b/source/juce.cmake
@@ -66,7 +66,7 @@ macro(createJucePlugin targetName productName isSynth plugin4CC binaryDataProjec
JUCE_WEB_BROWSER=0 # If you remove this, add `NEEDS_WEB_BROWSER TRUE` to the `juce_add_plugin` call
JUCE_USE_CURL=0 # If you remove this, add `NEEDS_CURL TRUE` to the `juce_add_plugin` call
JUCE_VST3_CAN_REPLACE_VST2=0
- JUCE_WIN_PER_MONITOR_DPI_AWARE=0
+ JUCE_WIN_PER_MONITOR_DPI_AWARE=1
JUCE_MODAL_LOOPS_PERMITTED=1
JUCE_USE_OGGVORBIS=0
JUCE_USE_MP3AUDIOFORMAT=0