mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-03 03:30:06 +00:00
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. |
||
|---|---|---|
| .. | ||
| juce_StandaloneFilterApp.cpp | ||
| juce_StandaloneFilterWindow.h | ||