1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
This commit is contained in:
jules 2007-08-07 12:32:05 +00:00
parent dbedce6112
commit b804879ed5

View file

@ -255,8 +255,13 @@ 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);
void handleAsyncUpdate();
@ -543,7 +548,7 @@ public:
if (! isProcessing)
resume();
#ifdef JUCE_DEBUG
#if JUCE_DEBUG && ! JucePlugin_ProducesMidiOutput
const int numMidiEventsComingIn = midiEvents.getNumEvents();
#endif