1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-29 02:40:05 +00:00
JUCE/modules/juce_audio_processors
reuk 7828cad753
VST2 Host: Fix window titlebar repainting when editor sizes change
When opening the "settings" menu of Arturia Pigments VST2, the editor
window would move itself over the JUCE non-native titlebar in the
AudioPluginHost. Then, when the editor was moved back into the correct
location, the titlebar would not be redrawn, leaving it in an incorrect
state.

This change forces a repaint of the editor's peer whenever the size
changes, forcing the titlebar to repaint after the editor has moved.
2021-11-24 16:20:36 +00:00
..
format AudioPluginFormat: Remove canScanOnBackgroundThread(), as it is not generally useful 2021-10-14 12:40:25 +01:00
format_types VST2 Host: Fix window titlebar repainting when editor sizes change 2021-11-24 16:20:36 +00:00
processors AudioChannelSet: Add atmos layouts 2021-11-19 16:35:22 +00:00
scanning AudioPluginHost: Add subprocess plugin scanning feature 2021-10-14 16:56:20 +01:00
utilities VST3 Client: Fix build when JUCE_VST3_CAN_REPLACE_VST2 is enabled 2021-10-14 18:56:18 +02:00
juce_audio_processors.cpp ObjC Helpers: Automatically derive appropriate signature for function 2021-11-24 11:51:11 +00:00
juce_audio_processors.h HostedAudioProcessorParameter: Extract from AudioPluginInstance 2021-10-14 13:15:25 +01:00
juce_audio_processors.mm Updated all license headers 2020-06-29 08:30:22 +01:00