mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
This commit is contained in:
parent
dbedce6112
commit
b804879ed5
1 changed files with 1316 additions and 1311 deletions
|
|
@ -255,7 +255,12 @@ public:
|
|||
Component* const c = getChildComponent (0);
|
||||
|
||||
if (c != 0)
|
||||
{
|
||||
#if JUCE_LINUX
|
||||
const MessageManagerLock mml;
|
||||
#endif
|
||||
c->setBounds (0, 0, getWidth(), getHeight());
|
||||
}
|
||||
}
|
||||
|
||||
void childBoundsChanged (Component* child);
|
||||
|
|
@ -543,7 +548,7 @@ public:
|
|||
if (! isProcessing)
|
||||
resume();
|
||||
|
||||
#ifdef JUCE_DEBUG
|
||||
#if JUCE_DEBUG && ! JucePlugin_ProducesMidiOutput
|
||||
const int numMidiEventsComingIn = midiEvents.getNumEvents();
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue