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:
parent
951b15e6e3
commit
7f901e452f
5 changed files with 84 additions and 41 deletions
|
|
@ -112,3 +112,7 @@ void WebBrowserComponent::visibilityChanged()
|
|||
{
|
||||
checkWindowAssociation();
|
||||
}
|
||||
|
||||
void WebBrowserComponent::focusGained (FocusChangeType)
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue