From fe7f6eff96daab9e449143681e56d1852f42cc83 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sat, 5 Jun 2021 11:41:22 +0200 Subject: [PATCH] Make the last commit appear a little less drastic --- src/wine-host/editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wine-host/editor.cpp b/src/wine-host/editor.cpp index e6e3b086..ab991951 100644 --- a/src/wine-host/editor.cpp +++ b/src/wine-host/editor.cpp @@ -480,7 +480,7 @@ void Editor::fix_local_coordinates() const { // We can't directly use the `event.x` and `event.y` coordinates because the // parent window may also be embedded inside another window. - // HACK: Tracktion Waveform uses client side decorations, and for VST2 + // NOTE: Tracktion Waveform uses client side decorations, and for VST2 // plugins they forgot to add a separate parent window that's already // offset correctly. Instead, they'll have the plugin embed itself // inside directly inside of the dialog, and Waveform then moves the