1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

PluginListComponent: Pass associatedComponent for temporary AlertWindows

This should allow these alert windows to display at the correct scale on
HiDPI Windows machines.
This commit is contained in:
reuk 2025-05-29 17:27:41 +01:00
parent fc32ca8641
commit 336a475921
No known key found for this signature in database

View file

@ -159,8 +159,8 @@ public:
formatToScan (format),
filesOrIdentifiersToScan (filesOrIdentifiers),
propertiesToUse (properties),
pathChooserWindow (TRANS ("Select folders to scan..."), String(), MessageBoxIconType::NoIcon),
progressWindow (title, text, MessageBoxIconType::NoIcon),
pathChooserWindow (TRANS ("Select folders to scan..."), String(), MessageBoxIconType::NoIcon, &plc),
progressWindow (title, text, MessageBoxIconType::NoIcon, &plc),
numThreads (threads),
allowAsync (allowPluginsWhichRequireAsynchronousInstantiation)
{