Context menu code tweaking. NPOB. Cocoa only.

This commit is contained in:
hyatt%netscape.com 2002-04-12 09:22:37 +00:00
Родитель 034d1ebf87
Коммит c0fb3c144e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1707,7 +1707,7 @@ nsChildView::GetQuickDrawPort()
mGeckoChild->DispatchMouseEvent(geckoEvent);
// Go up our view chain to fetch the correct menu to return.
return nil;
return [[self superview] getContextMenu];
}