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:
parent
fc32ca8641
commit
336a475921
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue