зеркало из https://github.com/mozilla/pjs.git
Bug 573796 - gFocusedWindow should be cleared on window destruction, r=blassey
This commit is contained in:
Родитель
88010cfb6f
Коммит
4433a55ce8
|
@ -136,6 +136,8 @@ nsWindow::nsWindow() :
|
|||
nsWindow::~nsWindow()
|
||||
{
|
||||
gTopLevelWindows.RemoveElement(this);
|
||||
if (gFocusedWindow == this)
|
||||
gFocusedWindow = nsnull;
|
||||
ALOG("nsWindow %p destructor", (void*)this);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче