1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-03 03:30:06 +00:00

Changes to improve AU, VST and RTAS key forwarding on the Mac

This commit is contained in:
Julian Storer 2009-09-21 23:28:13 +01:00
parent 5cbd3c2f4c
commit 48bacabcff
11 changed files with 1101 additions and 1059 deletions

View file

@ -105,7 +105,8 @@ void TooltipWindow::showFor (Component* const c, const String& tip)
if (getParentComponent() == 0)
{
addToDesktop (ComponentPeer::windowHasDropShadow
| ComponentPeer::windowIsTemporary);
| ComponentPeer::windowIsTemporary
| ComponentPeer::windowIgnoresKeyPresses);
}
toFront (false);