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 2007-11-15 10:36:13 +00:00
parent b915aea53e
commit 76acff4add
16 changed files with 1672 additions and 1653 deletions

View file

@ -2138,7 +2138,7 @@ void Component::inputAttemptWhenModal()
{
getTopLevelComponent()->toFront (true);
PlatformUtilities::beep();
getLookAndFeel().playAlertSound();
}
bool Component::canModalEventBeSentToComponent (const Component*)