mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-03 03:30:06 +00:00
This commit is contained in:
parent
c919933277
commit
47cf2369e5
136 changed files with 48629 additions and 38971 deletions
|
|
@ -1425,7 +1425,7 @@ int Component::runModalLoop()
|
|||
{
|
||||
while (flags.currentlyModalFlag && flags.visibleFlag)
|
||||
{
|
||||
if (! MessageManager::getInstance()->dispatchNextMessage())
|
||||
if (! MessageManager::getInstance()->runDispatchLoopUntil (20))
|
||||
break;
|
||||
|
||||
// check whether this component was deleted during the last message
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue