Send a focus in event whenever we get a focus event. Fixes selection.

This commit is contained in:
ramiro%netscape.com 1999-07-19 19:13:36 +00:00
parent 10b1f3c22c
commit 67ce415714

View File

@ -338,6 +338,7 @@ nsAppShell::DispatchXEvent(XEvent *event)
case ButtonPress:
case ButtonRelease:
HandleFocusInEvent(event, widget);
HandleButtonEvent(event, widget);
break;