1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-22 01:34:21 +00:00

Focus fix for win32 web browser component. Ability to use javascript in goToURL on OSX.

This commit is contained in:
jules 2014-11-20 11:10:16 +02:00
parent 951b15e6e3
commit 7f901e452f
5 changed files with 84 additions and 41 deletions

View file

@ -112,3 +112,7 @@ void WebBrowserComponent::visibilityChanged()
{
checkWindowAssociation();
}
void WebBrowserComponent::focusGained (FocusChangeType)
{
}