Commit 7ce4194c authored by Luke Bratch's avatar Luke Bratch Committed by Alexandre Julliard

mshtml: Fix text input fields.

parent 5606428a
......@@ -92,6 +92,7 @@ static void activate_gecko(NSContainer *This)
nsIBaseWindow_SetVisibility(This->window, TRUE);
nsIBaseWindow_SetEnabled(This->window, TRUE);
nsIWebBrowserFocus_Activate(This->focus);
}
void update_doc(HTMLDocument *This, DWORD flags)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment