Working around weird linux widget problem to fix focus bugs. Stabbing in the dark at 26882

This commit is contained in:
saari%netscape.com 2000-09-03 02:15:20 +00:00
Родитель edc5e19b4f
Коммит 87c3cc9be0
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -1221,6 +1221,9 @@ void nsWindow::HandleMozAreaFocusIn(void)
void nsWindow::HandleMozAreaFocusOut(void)
{
// Working around unexplained missing calls to top level focus out
gJustGotDeactivate = PR_TRUE;
// If there's a shell window then we aren't embedded so all the
// functionality is done in the focus handlers for the toplevel
// window. Do nothing.