mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-23 01:44:22 +00:00
Stopped plugin scan from blocking timers.
This commit is contained in:
parent
18e07fcd95
commit
8576a65c8b
1 changed files with 2 additions and 1 deletions
|
|
@ -270,7 +270,8 @@ void PluginListComponent::scanFor (AudioPluginFormat* format)
|
|||
{
|
||||
aw.setMessage (TRANS("Testing:\n\n") + scanner.getNextPluginFileThatWillBeScanned());
|
||||
|
||||
MessageManager::getInstance()->runDispatchLoopUntil (100);
|
||||
MessageManager::getInstance()->runDispatchLoopUntil (50);
|
||||
Timer::callPendingTimersSynchronously();
|
||||
|
||||
if (! scanner.scanNextFile (true))
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue