mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-16 00:34:19 +00:00
Some plugins (e.g. FabFilter Pro-C 2) will reopen their windows at their previous size, but without accounting for a new scale factor. For these plugins, we need to explicitly set a scale factor of 1 before calling getSize for the first time, in order to ensure that the plugin knows it should return its desired unscaled size, and not its size at the scale factor it was using last. Other plugins (Surge) misreport their desired size when it is requested before the window has become visible. For these plugins, we need to re-request the plugin's desired window size after it has opened. The problems above are mostly noticeable when opening/reopening plugins on a hi-DPI display on Windows. |
||
|---|---|---|
| .. | ||
| juce_analytics | ||
| juce_audio_basics | ||
| juce_audio_devices | ||
| juce_audio_formats | ||
| juce_audio_plugin_client | ||
| juce_audio_processors | ||
| juce_audio_utils | ||
| juce_box2d | ||
| juce_core | ||
| juce_cryptography | ||
| juce_data_structures | ||
| juce_dsp | ||
| juce_events | ||
| juce_graphics | ||
| juce_gui_basics | ||
| juce_gui_extra | ||
| juce_opengl | ||
| juce_osc | ||
| juce_product_unlocking | ||
| juce_video | ||
| CMakeLists.txt | ||