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:
parent
5cbd3c2f4c
commit
48bacabcff
11 changed files with 1101 additions and 1059 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue