1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-03 03:30:06 +00:00
This commit is contained in:
jules 2008-10-27 17:51:24 +00:00
parent c919933277
commit 47cf2369e5
136 changed files with 48629 additions and 38971 deletions

View file

@ -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