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-09-30 15:55:49 +00:00
parent 245e2116c3
commit 4405b097f8
3 changed files with 3 additions and 2 deletions

View file

@ -3079,7 +3079,7 @@ void Component::internalBroughtToFront()
if (cm != 0 && cm->getTopLevelComponent() != getTopLevelComponent())
{
cm->getTopLevelComponent()->toFront (false);
cm->getTopLevelComponent()->toFront (true);
}
}
}