Validity check for focus event during nsWindow destruction

This commit is contained in:
joki 1998-06-29 21:18:19 +00:00
Родитель a5505b8275
Коммит fb679a83f8
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -1887,7 +1887,9 @@ PRBool nsWindow::DispatchFocus(PRUint32 aEventType)
{
// call the event callback
if (mEventCallback) {
if ((nsnull != gCurrentWindow) && (!gCurrentWindow->mIsDestroying)) {
return(DispatchStandardEvent(aEventType));
}
}
return PR_FALSE;