mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-14 00:14:18 +00:00
Previously, plugins and standalone apps could produce slightly different visual results, particularly anti-aliasing, when displaying on a display with native scaling applied. The discrepancy was caused by SetDpi being called with a larger-than-default value (e.g. 192 DPI on a 200% scaled display) in a standalone app, whereas SetDpi would always be called with the default value of 96 in a plugin. Keeping the default value seems to produce better results, so standalone apps will now retain the default DPI. |
||
|---|---|---|
| .. | ||
| juce_analytics | ||
| juce_animation | ||
| 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_javascript | ||
| juce_midi_ci | ||
| juce_opengl | ||
| juce_osc | ||
| juce_product_unlocking | ||
| juce_video | ||
| CMakeLists.txt | ||