From e31277d472b6d72f4151cda5d61939d82e538bfe Mon Sep 17 00:00:00 2001 From: Yvan Grabit Date: Thu, 18 Jan 2024 19:26:53 +0100 Subject: [PATCH] [fix] typo --- src/pages/Versions/Version+3.7.10.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Versions/Version+3.7.10.md b/src/pages/Versions/Version+3.7.10.md index 2fb11188..367c7d3e 100644 --- a/src/pages/Versions/Version+3.7.10.md +++ b/src/pages/Versions/Version+3.7.10.md @@ -25,7 +25,7 @@ - [Examples](../What+is+the+VST+3+SDK/Plug-in+Examples.md): - New VST 3 plug-ins example: - New [Utf16Name](../What+is+the+VST+3+SDK/Plug-in+Examples.md#utf16name) showing use of UTF16 characters in plug-in and company name. - - Fix EditorHost issue when moving windows between different DPI screens ([Forum](https://forums.steinberg.net/t/vst3-sdk-editorhost-displays-only-25-of-juce-gui-on-4k-monitor/873310/2) / [Juce Fourm](https://forum.juce.com/t/steinberg-editorhost-on-4k-monitor-is-not-good/58366/7)). + - Fix EditorHost issue when moving windows between different DPI screens ([Forum](https://forums.steinberg.net/t/vst3-sdk-editorhost-displays-only-25-of-juce-gui-on-4k-monitor/873310/2) / [Juce Forum](https://forum.juce.com/t/steinberg-editorhost-on-4k-monitor-is-not-good/58366/7)). - [Validator](../What+is+the+VST+3+SDK/Index.md#validator-command-line): - Add test checking that IPluginBase is provided by the controller and the processor.