mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-08 04:20:09 +00:00
Minor clean-ups. Jucer development.
This commit is contained in:
parent
61252d75c6
commit
d4435ca8b8
85 changed files with 900 additions and 569 deletions
|
|
@ -1331,7 +1331,7 @@ int Component::runModalLoop()
|
|||
// use a callback so this can be called from non-gui threads
|
||||
return (int) (pointer_sized_int)
|
||||
MessageManager::getInstance()
|
||||
->callFunctionOnMessageThread (&runModalLoopCallback, (void*) this);
|
||||
->callFunctionOnMessageThread (&runModalLoopCallback, this);
|
||||
}
|
||||
|
||||
SafePointer<Component> prevFocused (getCurrentlyFocusedComponent());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue