mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-14 00:14:18 +00:00
Cleaned up some obscure compiler warnings and added some JSON unit tests.
This commit is contained in:
parent
796247483a
commit
2009753eac
41 changed files with 298 additions and 178 deletions
|
|
@ -200,7 +200,7 @@ void ModalComponentManager::handleAsyncUpdate()
|
|||
|
||||
if (! item->isActive)
|
||||
{
|
||||
ScopedPointer<ModalItem> item (stack.removeAndReturn (i));
|
||||
ScopedPointer<ModalItem> deleter (stack.removeAndReturn (i));
|
||||
|
||||
for (int j = item->callbacks.size(); --j >= 0;)
|
||||
item->callbacks.getUnchecked(j)->modalStateFinished (item->returnValue);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue