mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-03 03:30:06 +00:00
This commit is contained in:
parent
245e2116c3
commit
4405b097f8
3 changed files with 3 additions and 2 deletions
|
|
@ -3079,7 +3079,7 @@ void Component::internalBroughtToFront()
|
|||
|
||||
if (cm != 0 && cm->getTopLevelComponent() != getTopLevelComponent())
|
||||
{
|
||||
cm->getTopLevelComponent()->toFront (false);
|
||||
cm->getTopLevelComponent()->toFront (true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue