1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-03 03:30:06 +00:00
JUCE/modules/juce_audio_plugin_client/Standalone
reuk cef6974c7c StandaloneFilterWindow: Fix window resizing bug on Linux
On some Linux distros, the audio settings dialog was opening with the
wrong size and position. The culprit seems to be the call to setSize()
which was called inside resized(). We now try to avoid calling setSize()
if we would do so inside a resized() call.
2021-08-10 16:48:27 +01:00
..
juce_StandaloneFilterApp.cpp Added preliminary support for FreeBSD 2021-03-29 14:16:46 +01:00
juce_StandaloneFilterWindow.h StandaloneFilterWindow: Fix window resizing bug on Linux 2021-08-10 16:48:27 +01:00