This commit is contained in:
hyatt%netscape.com 2000-01-28 03:41:24 +00:00
Родитель 20dd28c498
Коммит 75fc002bef
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -331,8 +331,8 @@ XULPopupListenerImpl::MouseOut(nsIDOMEvent* aMouseEvent)
}
if ( mPopupContent ) {
mPopupContent->RemoveAttribute("menugenerated"); // hide the popup
mPopupContent->RemoveAttribute("menuactive");
nsCOMPtr<nsIDOMXULPopupElement> popupElement = do_QueryInterface(mPopupContent);
popupElement->ClosePopup();
mPopupContent = nsnull; // release the popup

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

@ -331,8 +331,8 @@ XULPopupListenerImpl::MouseOut(nsIDOMEvent* aMouseEvent)
}
if ( mPopupContent ) {
mPopupContent->RemoveAttribute("menugenerated"); // hide the popup
mPopupContent->RemoveAttribute("menuactive");
nsCOMPtr<nsIDOMXULPopupElement> popupElement = do_QueryInterface(mPopupContent);
popupElement->ClosePopup();
mPopupContent = nsnull; // release the popup